Html Css Color HEX #CC0A6F Medium Violet Red

📋 copy color: '#CC0A6F'

red 204 ◦ green 10 ◦ blue 111

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

Shades of Medium Violet Red #CC0A6F

Tints of Medium Violet Red #CC0A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 62.77%
G = 3.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC0A6F (or 0xCC0A6F) is known color: Medium Violet Red. HEX triplet: CC, 0A and 6F. RGB value is (204,10,111). Sum of RGB (Red+Green+Blue) = 204+10+111=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A6F is #33F590. Grayscale: #4F4F4F. Windows color (decimal): -3405201 or 7277260. OLE color: 7277260.

HSL color Cylindrical-coordinate representation of color #CC0A6F: hue angle of 328.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A6F is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 10 111 -
CMYK 0 0.95 0.46 0.2
HSL 328.76º 0.91% 0.42% -
HSV(B) 328.76º 0.95% 0.8% -
XYZ 27.88 14.2 16.31 -
YUV 79.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 204 10 111 0 0.95 0.46 0.2 328.76 0.91 0.42
Hex CC A 6F 0 5F 2E 14 149 5B 2A
Octal 314 12 157 0 137 56 24 511 133 52
Binary 11001100 1010 1101111 0 1011111 101110 10100 101001001 1011011 101010

Color Harmonies of #CC0A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A6F

Black with #CC0A6F

Text Example


Text Example

White with #CC0A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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