Html Css Color HEX #CC0475 Medium Violet Red

📋 copy color: '#CC0475'

red 204 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #CC0475

Tints of Medium Violet Red #CC0475

RGB

 RED value IS 204 (80.08% from 255) = 62.77%

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 62.77%
G = 1.23%
B = 36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC0475 (or 0xCC0475) is known color: Medium Violet Red. HEX triplet: CC, 04 and 75. RGB value is (204,4,117). Sum of RGB (Red+Green+Blue) = 204+4+117=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0475 is #33FB8A. Grayscale: #4C4C4C. Windows color (decimal): -3406731 or 7668940. OLE color: 7668940.

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

Color convert

RGB 204 4 117 -
CMYK 0 0.98 0.43 0.2
HSL 326.1º 0.96% 0.41% -
HSV(B) 326.1º 0.98% 0.8% -
XYZ 28.16 14.21 18.09 -
YUV 76.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 204 4 117 0 0.98 0.43 0.2 326.1 0.96 0.41
Hex CC 4 75 0 62 2B 14 146 60 29
Octal 314 4 165 0 142 53 24 506 140 51
Binary 11001100 100 1110101 0 1100010 101011 10100 101000110 1100000 101001

Color Harmonies of #CC0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0475

Black with #CC0475

Text Example


Text Example

White with #CC0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0475; }

 p { color: rgb(204,4,117); }

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

background-color css

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

 a { background-color: rgb(204,4,117); }

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

border-color css

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

 span { border-color: rgb(204,4,117); }

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