Html Css Color HEX #CC006F Medium Violet Red

📋 copy color: '#CC006F'

red 204 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #CC006F

Tints of Medium Violet Red #CC006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 64.76%
G = 0%
B = 35.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC006F (or 0xCC006F) is known color: Medium Violet Red. HEX triplet: CC, 00 and 6F. RGB value is (204,0,111). Sum of RGB (Red+Green+Blue) = 204+0+111=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC006F is #33FF90. Grayscale: #494949. Windows color (decimal): -3407761 or 7274700. OLE color: 7274700.

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

Color convert

RGB 204 0 111 -
CMYK 0 1 0.46 0.2
HSL 327.35º 1% 0.4% -
HSV(B) 327.35º 1% 0.8% -
XYZ 27.77 13.99 16.27 -
YUV 73.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 204 0 111 0 1 0.46 0.2 327.35 1 0.4
Hex CC 0 6F 0 64 2E 14 147 64 28
Octal 314 0 157 0 144 56 24 507 144 50
Binary 11001100 0 1101111 0 1100100 101110 10100 101000111 1100100 101000

Color Harmonies of #CC006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC006F

Black with #CC006F

Text Example


Text Example

White with #CC006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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