Html Css Color HEX #CB0478 Medium Violet Red

📋 copy color: '#CB0478'

red 203 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #CB0478

Tints of Medium Violet Red #CB0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.7%

R = 62.08%
G = 1.22%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB0478 (or 0xCB0478) is known color: Medium Violet Red. HEX triplet: CB, 04 and 78. RGB value is (203,4,120). Sum of RGB (Red+Green+Blue) = 203+4+120=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0478 is #34FB87. Grayscale: #4C4C4C. Windows color (decimal): -3472264 or 7865547. OLE color: 7865547.

HSL color Cylindrical-coordinate representation of color #CB0478: hue angle of 325.03º 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 #CB0478 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 120 -
CMYK 0 0.98 0.41 0.20
HSL 325.03º 0.96% 0.41% -
HSV(B) 325.03º 0.98% 0.8% -
XYZ 28.06 14.14 19.02 -
YUV 76.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 203 4 120 0 0.98 0.41 0.20 325.03 0.96 0.41
Hex CB 4 78 0 62 29 14 145 60 29
Octal 313 4 170 0 142 51 24 505 140 51
Binary 11001011 100 1111000 0 1100010 101001 10100 101000101 1100000 101001

Color Harmonies of #CB0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0478

Black with #CB0478

Text Example


Text Example

White with #CB0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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