Html Css Color HEX #CB0688 Medium Violet Red

📋 copy color: '#CB0688'

red 203 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #CB0688

Tints of Medium Violet Red #CB0688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 58.84%
G = 1.74%
B = 39.42%

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

#CB0688 (or 0xCB0688) is known color: Medium Violet Red. HEX triplet: CB, 06 and 88. RGB value is (203,6,136). Sum of RGB (Red+Green+Blue) = 203+6+136=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0688 is #34F977. Grayscale: #4F4F4F. Windows color (decimal): -3471736 or 8914635. OLE color: 8914635.

HSL color Cylindrical-coordinate representation of color #CB0688: hue angle of 320.41º degrees, saturation: 0.94, 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 #CB0688 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 136 -
CMYK 0 0.97 0.33 0.20
HSL 320.41º 0.94% 0.41% -
HSV(B) 320.41º 0.97% 0.8% -
XYZ 29.14 14.6 24.58 -
YUV 79.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 203 6 136 0 0.97 0.33 0.20 320.41 0.94 0.41
Hex CB 6 88 0 61 21 14 140 5E 29
Octal 313 6 210 0 141 41 24 500 136 51
Binary 11001011 110 10001000 0 1100001 100001 10100 101000000 1011110 101001

Color Harmonies of #CB0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0688

Black with #CB0688

Text Example


Text Example

White with #CB0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0688; }

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

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

background-color css

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

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

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

border-color css

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

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

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