Html Css Color HEX #CB0479 Medium Violet Red

📋 copy color: '#CB0479'

red 203 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #CB0479

Tints of Medium Violet Red #CB0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 61.89%
G = 1.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB0479 (or 0xCB0479) is known color: Medium Violet Red. HEX triplet: CB, 04 and 79. RGB value is (203,4,121). Sum of RGB (Red+Green+Blue) = 203+4+121=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0479 is #34FB86. Grayscale: #4C4C4C. Windows color (decimal): -3472263 or 7931083. OLE color: 7931083.

HSL color Cylindrical-coordinate representation of color #CB0479: hue angle of 324.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0479 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 121 -
CMYK 0 0.98 0.40 0.20
HSL 324.72º 0.96% 0.41% -
HSV(B) 324.72º 0.98% 0.8% -
XYZ 28.12 14.16 19.34 -
YUV 76.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 203 4 121 0 0.98 0.40 0.20 324.72 0.96 0.41
Hex CB 4 79 0 62 28 14 145 60 29
Octal 313 4 171 0 142 50 24 505 140 51
Binary 11001011 100 1111001 0 1100010 101000 10100 101000101 1100000 101001

Color Harmonies of #CB0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0479

Black with #CB0479

Text Example


Text Example

White with #CB0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0479; }

 p { color: rgb(203,4,121); }

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

background-color css

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

 a { background-color: rgb(203,4,121); }

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

border-color css

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

 span { border-color: rgb(203,4,121); }

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