Html Css Color HEX #CB1976 Medium Violet Red

📋 copy color: '#CB1976'

red 203 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #CB1976

Tints of Medium Violet Red #CB1976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 58.67%
G = 7.23%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB1976 (or 0xCB1976) is known color: Medium Violet Red. HEX triplet: CB, 19 and 76. RGB value is (203,25,118). Sum of RGB (Red+Green+Blue) = 203+25+118=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1976 is #34E689. Grayscale: #585858. Windows color (decimal): -3466890 or 7739851. OLE color: 7739851.

HSL color Cylindrical-coordinate representation of color #CB1976: hue angle of 328.65º degrees, saturation: 0.78, 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 #CB1976 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 118 -
CMYK 0 0.88 0.42 0.20
HSL 328.65º 0.78% 0.45% -
HSV(B) 328.65º 0.88% 0.8% -
XYZ 28.25 14.7 18.49 -
YUV 88.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 203 25 118 0 0.88 0.42 0.20 328.65 0.78 0.45
Hex CB 19 76 0 58 2A 14 149 4E 2D
Octal 313 31 166 0 130 52 24 511 116 55
Binary 11001011 11001 1110110 0 1011000 101010 10100 101001001 1001110 101101

Color Harmonies of #CB1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1976

Black with #CB1976

Text Example


Text Example

White with #CB1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1976; }

 p { color: rgb(203,25,118); }

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

background-color css

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

 a { background-color: rgb(203,25,118); }

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

border-color css

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

 span { border-color: rgb(203,25,118); }

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