Html Css Color HEX #CB1888 Medium Violet Red

📋 copy color: '#CB1888'

red 203 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #CB1888

Tints of Medium Violet Red #CB1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 55.92%
G = 6.61%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB1888 (or 0xCB1888) is known color: Medium Violet Red. HEX triplet: CB, 18 and 88. RGB value is (203,24,136). Sum of RGB (Red+Green+Blue) = 203+24+136=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1888 is #34E777. Grayscale: #5A5A5A. Windows color (decimal): -3467128 or 8919243. OLE color: 8919243.

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

Color convert

RGB 203 24 136 -
CMYK 0 0.88 0.33 0.20
HSL 322.46º 0.79% 0.45% -
HSV(B) 322.46º 0.88% 0.8% -
XYZ 29.4 15.13 24.66 -
YUV 90.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 203 24 136 0 0.88 0.33 0.20 322.46 0.79 0.45
Hex CB 18 88 0 58 21 14 142 4F 2D
Octal 313 30 210 0 130 41 24 502 117 55
Binary 11001011 11000 10001000 0 1011000 100001 10100 101000010 1001111 101101

Color Harmonies of #CB1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1888

Black with #CB1888

Text Example


Text Example

White with #CB1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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