Html Css Color HEX #CB0788 Medium Violet Red

📋 copy color: '#CB0788'

red 203 ◦ green 7 ◦ blue 136

#CB0788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CB0788

Tints of Medium Violet Red #CB0788

RGB

 RED value IS 203 (79.69% from 255) = 58.67%

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 58.67%
G = 2.02%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB0788 (or 0xCB0788) is known color: Medium Violet Red. HEX triplet: CB, 07 and 88. RGB value is (203,7,136). Sum of RGB (Red+Green+Blue) = 203+7+136=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0788 is #34F877. Grayscale: #4F4F4F. Windows color (decimal): -3471480 or 8914891. OLE color: 8914891.

HSL color Cylindrical-coordinate representation of color #CB0788: hue angle of 320.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0788 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 136 -
CMYK 0 0.97 0.33 0.20
HSL 320.51º 0.93% 0.41% -
HSV(B) 320.51º 0.97% 0.8% -
XYZ 29.15 14.63 24.58 -
YUV 80.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 203 7 136 0 0.97 0.33 0.20 320.51 0.93 0.41
Hex CB 7 88 0 61 21 14 141 5D 29
Octal 313 7 210 0 141 41 24 501 135 51
Binary 11001011 111 10001000 0 1100001 100001 10100 101000001 1011101 101001

Color Harmonies of #CB0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0788

Black with #CB0788

Text Example


Text Example

White with #CB0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0788; }

 p { color: rgb(203,7,136); }

 H1.HeaderClassName
 {
   color: #CB0788;
 }
 .AnyTagClassName
 {
   color: #CB0788;
 }
</style>

background-color css

<style>
 a { background-color: #CB0788; }

 a { background-color: rgb(203,7,136); }

 div.DivClassName
 {
   background-color: #CB0788;
 }
 .BgClassName
 {
   background-color: #CB0788;
 }
</style>

border-color css

<style>
 span { border-color: #CB0788; }

 span { border-color: rgb(203,7,136); }

 td.TdClassName
 {
   border-color: #CB0788;
 }
 .TagClassName
 {
   border-color: #CB0788;
 }
</style>