Html Css Color HEX #CB1388 Medium Violet Red

📋 copy color: '#CB1388'

red 203 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #CB1388

Tints of Medium Violet Red #CB1388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 56.7%
G = 5.31%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB1388 (or 0xCB1388) is known color: Medium Violet Red. HEX triplet: CB, 13 and 88. RGB value is (203,19,136). Sum of RGB (Red+Green+Blue) = 203+19+136=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1388 is #34EC77. Grayscale: #575757. Windows color (decimal): -3468408 or 8917963. OLE color: 8917963.

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

Color convert

RGB 203 19 136 -
CMYK 0 0.91 0.33 0.20
HSL 321.85º 0.83% 0.44% -
HSV(B) 321.85º 0.91% 0.8% -
XYZ 29.31 14.94 24.63 -
YUV 87.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 203 19 136 0 0.91 0.33 0.20 321.85 0.83 0.44
Hex CB 13 88 0 5B 21 14 142 53 2C
Octal 313 23 210 0 133 41 24 502 123 54
Binary 11001011 10011 10001000 0 1011011 100001 10100 101000010 1010011 101100

Color Harmonies of #CB1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1388

Black with #CB1388

Text Example


Text Example

White with #CB1388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1388; }

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

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

background-color css

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

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

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

border-color css

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

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

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