Html Css Color HEX #CC0075 Medium Violet Red

📋 copy color: '#CC0075'

red 204 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #CC0075

Tints of Medium Violet Red #CC0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.55%
G = 0%
B = 36.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC0075 (or 0xCC0075) is known color: Medium Violet Red. HEX triplet: CC, 00 and 75. RGB value is (204,0,117). Sum of RGB (Red+Green+Blue) = 204+0+117=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0075 is #33FF8A. Grayscale: #4A4A4A. Windows color (decimal): -3407755 or 7667916. OLE color: 7667916.

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

Color convert

RGB 204 0 117 -
CMYK 0 1 0.43 0.2
HSL 325.59º 1% 0.4% -
HSV(B) 325.59º 1% 0.8% -
XYZ 28.11 14.12 18.07 -
YUV 74.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 204 0 117 0 1 0.43 0.2 325.59 1 0.4
Hex CC 0 75 0 64 2B 14 146 64 28
Octal 314 0 165 0 144 53 24 506 144 50
Binary 11001100 0 1110101 0 1100100 101011 10100 101000110 1100100 101000

Color Harmonies of #CC0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0075

Black with #CC0075

Text Example


Text Example

White with #CC0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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