Html Css Color HEX #CB0376 Medium Violet Red

📋 copy color: '#CB0376'

red 203 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #CB0376

Tints of Medium Violet Red #CB0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 62.65%
G = 0.93%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB0376 (or 0xCB0376) is known color: Medium Violet Red. HEX triplet: CB, 03 and 76. RGB value is (203,3,118). Sum of RGB (Red+Green+Blue) = 203+3+118=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0376 is #34FC89. Grayscale: #4B4B4B. Windows color (decimal): -3472522 or 7734219. OLE color: 7734219.

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

Color convert

RGB 203 3 118 -
CMYK 0 0.99 0.42 0.20
HSL 325.5º 0.97% 0.4% -
HSV(B) 325.5º 0.99% 0.8% -
XYZ 27.93 14.07 18.38 -
YUV 75.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 203 3 118 0 0.99 0.42 0.20 325.5 0.97 0.4
Hex CB 3 76 0 63 2A 14 146 61 28
Octal 313 3 166 0 143 52 24 506 141 50
Binary 11001011 11 1110110 0 1100011 101010 10100 101000110 1100001 101000

Color Harmonies of #CB0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0376

Black with #CB0376

Text Example


Text Example

White with #CB0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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