Html Css Color HEX #CC0875 Medium Violet Red

📋 copy color: '#CC0875'

red 204 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #CC0875

Tints of Medium Violet Red #CC0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

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

R = 62.01%
G = 2.43%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC0875 (or 0xCC0875) is known color: Medium Violet Red. HEX triplet: CC, 08 and 75. RGB value is (204,8,117). Sum of RGB (Red+Green+Blue) = 204+8+117=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0875 is #33F78A. Grayscale: #4E4E4E. Windows color (decimal): -3405707 or 7669964. OLE color: 7669964.

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

Color convert

RGB 204 8 117 -
CMYK 0 0.96 0.43 0.2
HSL 326.63º 0.92% 0.42% -
HSV(B) 326.63º 0.96% 0.8% -
XYZ 28.2 14.3 18.1 -
YUV 79.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 204 8 117 0 0.96 0.43 0.2 326.63 0.92 0.42
Hex CC 8 75 0 60 2B 14 147 5C 2A
Octal 314 10 165 0 140 53 24 507 134 52
Binary 11001100 1000 1110101 0 1100000 101011 10100 101000111 1011100 101010

Color Harmonies of #CC0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0875

Black with #CC0875

Text Example


Text Example

White with #CC0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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