Html Css Color HEX #CB1688 Medium Violet Red

📋 copy color: '#CB1688'

red 203 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #CB1688

Tints of Medium Violet Red #CB1688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 56.23%
G = 6.09%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB1688 (or 0xCB1688) is known color: Medium Violet Red. HEX triplet: CB, 16 and 88. RGB value is (203,22,136). Sum of RGB (Red+Green+Blue) = 203+22+136=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1688 is #34E977. Grayscale: #585858. Windows color (decimal): -3467640 or 8918731. OLE color: 8918731.

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

Color convert

RGB 203 22 136 -
CMYK 0 0.89 0.33 0.20
HSL 322.21º 0.8% 0.44% -
HSV(B) 322.21º 0.89% 0.8% -
XYZ 29.36 15.05 24.65 -
YUV 89.12 154.47 209.23 -
System Red Green Blue C M Y K H S L
Decimal 203 22 136 0 0.89 0.33 0.20 322.21 0.8 0.44
Hex CB 16 88 0 59 21 14 142 50 2C
Octal 313 26 210 0 131 41 24 502 120 54
Binary 11001011 10110 10001000 0 1011001 100001 10100 101000010 1010000 101100

Color Harmonies of #CB1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1688

Black with #CB1688

Text Example


Text Example

White with #CB1688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1688; }

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

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

background-color css

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

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

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

border-color css

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

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

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