Html Css Color HEX #CB1276 Medium Violet Red

📋 copy color: '#CB1276'

red 203 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #CB1276

Tints of Medium Violet Red #CB1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

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

R = 59.88%
G = 5.31%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB1276 (or 0xCB1276) is known color: Medium Violet Red. HEX triplet: CB, 12 and 76. RGB value is (203,18,118). Sum of RGB (Red+Green+Blue) = 203+18+118=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1276 is #34ED89. Grayscale: #545454. Windows color (decimal): -3468682 or 7738059. OLE color: 7738059.

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

Color convert

RGB 203 18 118 -
CMYK 0 0.91 0.42 0.20
HSL 327.57º 0.84% 0.43% -
HSV(B) 327.57º 0.91% 0.8% -
XYZ 28.11 14.44 18.44 -
YUV 84.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 203 18 118 0 0.91 0.42 0.20 327.57 0.84 0.43
Hex CB 12 76 0 5B 2A 14 148 54 2B
Octal 313 22 166 0 133 52 24 510 124 53
Binary 11001011 10010 1110110 0 1011011 101010 10100 101001000 1010100 101011

Color Harmonies of #CB1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1276

Black with #CB1276

Text Example


Text Example

White with #CB1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1276; }

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

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

background-color css

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

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

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

border-color css

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

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

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