Html Css Color HEX #CC007E Medium Violet Red

📋 copy color: '#CC007E'

red 204 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #CC007E

Tints of Medium Violet Red #CC007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 61.82%
G = 0%
B = 38.18%

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

#CC007E (or 0xCC007E) is known color: Medium Violet Red. HEX triplet: CC, 00 and 7E. RGB value is (204,0,126). Sum of RGB (Red+Green+Blue) = 204+0+126=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC007E is #33FF81. Grayscale: #4B4B4B. Windows color (decimal): -3407746 or 8257740. OLE color: 8257740.

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

Color convert

RGB 204 0 126 -
CMYK 0 1 0.38 0.2
HSL 322.94º 1% 0.4% -
HSV(B) 322.94º 1% 0.8% -
XYZ 28.67 14.34 21 -
YUV 75.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 204 0 126 0 1 0.38 0.2 322.94 1 0.4
Hex CC 0 7E 0 64 26 14 143 64 28
Octal 314 0 176 0 144 46 24 503 144 50
Binary 11001100 0 1111110 0 1100100 100110 10100 101000011 1100100 101000

Color Harmonies of #CC007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC007E

Black with #CC007E

Text Example


Text Example

White with #CC007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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