Html Css Color HEX #CC026F Medium Violet Red

📋 copy color: '#CC026F'

red 204 ◦ green 2 ◦ blue 111

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

Shades of Medium Violet Red #CC026F

Tints of Medium Violet Red #CC026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 64.35%
G = 0.63%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC026F (or 0xCC026F) is known color: Medium Violet Red. HEX triplet: CC, 02 and 6F. RGB value is (204,2,111). Sum of RGB (Red+Green+Blue) = 204+2+111=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026F is #33FD90. Grayscale: #4A4A4A. Windows color (decimal): -3407249 or 7275212. OLE color: 7275212.

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

Color convert

RGB 204 2 111 -
CMYK 0 0.99 0.46 0.2
HSL 327.62º 0.98% 0.4% -
HSV(B) 327.62º 0.99% 0.8% -
XYZ 27.79 14.03 16.28 -
YUV 74.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 204 2 111 0 0.99 0.46 0.2 327.62 0.98 0.4
Hex CC 2 6F 0 63 2E 14 148 62 28
Octal 314 2 157 0 143 56 24 510 142 50
Binary 11001100 10 1101111 0 1100011 101110 10100 101001000 1100010 101000

Color Harmonies of #CC026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC026F

Black with #CC026F

Text Example


Text Example

White with #CC026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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