Html Css Color HEX #CB1499 Medium Violet Red

📋 copy color: '#CB1499'

red 203 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #CB1499

Tints of Medium Violet Red #CB1499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 53.99%
G = 5.32%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1499 (or 0xCB1499) is known color: Medium Violet Red. HEX triplet: CB, 14 and 99. RGB value is (203,20,153). Sum of RGB (Red+Green+Blue) = 203+20+153=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1499 is #34EB66. Grayscale: #595959. Windows color (decimal): -3468135 or 10032331. OLE color: 10032331.

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

Color convert

RGB 203 20 153 -
CMYK 0 0.90 0.25 0.20
HSL 316.39º 0.82% 0.44% -
HSV(B) 316.39º 0.9% 0.8% -
XYZ 30.63 15.5 31.51 -
YUV 89.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 203 20 153 0 0.90 0.25 0.20 316.39 0.82 0.44
Hex CB 14 99 0 5A 19 14 13C 52 2C
Octal 313 24 231 0 132 31 24 474 122 54
Binary 11001011 10100 10011001 0 1011010 11001 10100 100111100 1010010 101100

Color Harmonies of #CB1499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1499

Black with #CB1499

Text Example


Text Example

White with #CB1499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1499; }

 p { color: rgb(203,20,153); }

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

background-color css

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

 a { background-color: rgb(203,20,153); }

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

border-color css

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

 span { border-color: rgb(203,20,153); }

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