Html Css Color HEX #CC067E Medium Violet Red

📋 copy color: '#CC067E'

red 204 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #CC067E

Tints of Medium Violet Red #CC067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 60.71%
G = 1.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC067E (or 0xCC067E) is known color: Medium Violet Red. HEX triplet: CC, 06 and 7E. RGB value is (204,6,126). Sum of RGB (Red+Green+Blue) = 204+6+126=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC067E is #33F981. Grayscale: #4E4E4E. Windows color (decimal): -3406210 or 8259276. OLE color: 8259276.

HSL color Cylindrical-coordinate representation of color #CC067E: hue angle of 323.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC067E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 126 -
CMYK 0 0.97 0.38 0.2
HSL 323.64º 0.94% 0.41% -
HSV(B) 323.64º 0.97% 0.8% -
XYZ 28.73 14.47 21.02 -
YUV 78.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 204 6 126 0 0.97 0.38 0.2 323.64 0.94 0.41
Hex CC 6 7E 0 61 26 14 144 5E 29
Octal 314 6 176 0 141 46 24 504 136 51
Binary 11001100 110 1111110 0 1100001 100110 10100 101000100 1011110 101001

Color Harmonies of #CC067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC067E

Black with #CC067E

Text Example


Text Example

White with #CC067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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