Html Css Color HEX #CC007F Medium Violet Red

📋 copy color: '#CC007F'

red 204 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #CC007F

Tints of Medium Violet Red #CC007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 61.63%
G = 0%
B = 38.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC007F (or 0xCC007F) is known color: Medium Violet Red. HEX triplet: CC, 00 and 7F. RGB value is (204,0,127). Sum of RGB (Red+Green+Blue) = 204+0+127=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC007F is #33FF80. Grayscale: #4B4B4B. Windows color (decimal): -3407745 or 8323276. OLE color: 8323276.

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

Color convert

RGB 204 0 127 -
CMYK 0 1 0.38 0.2
HSL 322.65º 1% 0.4% -
HSV(B) 322.65º 1% 0.8% -
XYZ 28.73 14.37 21.34 -
YUV 75.47 157.09 219.67 -
System Red Green Blue C M Y K H S L
Decimal 204 0 127 0 1 0.38 0.2 322.65 1 0.4
Hex CC 0 7F 0 64 26 14 143 64 28
Octal 314 0 177 0 144 46 24 503 144 50
Binary 11001100 0 1111111 0 1100100 100110 10100 101000011 1100100 101000

Color Harmonies of #CC007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC007F

Black with #CC007F

Text Example


Text Example

White with #CC007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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