Html Css Color HEX #CC0074 Medium Violet Red

📋 copy color: '#CC0074'

red 204 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #CC0074

Tints of Medium Violet Red #CC0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 63.75%
G = 0%
B = 36.25%

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

#CC0074 (or 0xCC0074) is known color: Medium Violet Red. HEX triplet: CC, 00 and 74. RGB value is (204,0,116). Sum of RGB (Red+Green+Blue) = 204+0+116=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0074 is #33FF8B. Grayscale: #494949. Windows color (decimal): -3407756 or 7602380. OLE color: 7602380.

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

Color convert

RGB 204 0 116 -
CMYK 0 1 0.43 0.2
HSL 325.88º 1% 0.4% -
HSV(B) 325.88º 1% 0.8% -
XYZ 28.05 14.1 17.77 -
YUV 74.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 204 0 116 0 1 0.43 0.2 325.88 1 0.4
Hex CC 0 74 0 64 2B 14 146 64 28
Octal 314 0 164 0 144 53 24 506 144 50
Binary 11001100 0 1110100 0 1100100 101011 10100 101000110 1100100 101000

Color Harmonies of #CC0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0074

Black with #CC0074

Text Example


Text Example

White with #CC0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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