Html Css Color HEX #CC016E Medium Violet Red

📋 copy color: '#CC016E'

red 204 ◦ green 1 ◦ blue 110

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

Shades of Medium Violet Red #CC016E

Tints of Medium Violet Red #CC016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 64.76%
G = 0.32%
B = 34.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC016E (or 0xCC016E) is known color: Medium Violet Red. HEX triplet: CC, 01 and 6E. RGB value is (204,1,110). Sum of RGB (Red+Green+Blue) = 204+1+110=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC016E is #33FE91. Grayscale: #494949. Windows color (decimal): -3407506 or 7209420. OLE color: 7209420.

HSL color Cylindrical-coordinate representation of color #CC016E: hue angle of 327.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC016E is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 110 -
CMYK 0 1.00 0.46 0.2
HSL 327.78º 0.99% 0.4% -
HSV(B) 327.78º 1% 0.8% -
XYZ 27.73 13.98 15.99 -
YUV 74.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 204 1 110 0 1.00 0.46 0.2 327.78 0.99 0.4
Hex CC 1 6E 0 64 2E 14 148 63 28
Octal 314 1 156 0 144 56 24 510 143 50
Binary 11001100 1 1101110 0 1100100 101110 10100 101001000 1100011 101000

Color Harmonies of #CC016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC016E

Black with #CC016E

Text Example


Text Example

White with #CC016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC016E; }

 p { color: rgb(204,1,110); }

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

background-color css

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

 a { background-color: rgb(204,1,110); }

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

border-color css

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

 span { border-color: rgb(204,1,110); }

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