Html Css Color HEX #CC027E Medium Violet Red

📋 copy color: '#CC027E'

red 204 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #CC027E

Tints of Medium Violet Red #CC027E

RGB

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

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

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

R = 61.45%
G = 0.6%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC027E (or 0xCC027E) is known color: Medium Violet Red. HEX triplet: CC, 02 and 7E. RGB value is (204,2,126). Sum of RGB (Red+Green+Blue) = 204+2+126=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC027E is #33FD81. Grayscale: #4C4C4C. Windows color (decimal): -3407234 or 8258252. OLE color: 8258252.

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

Color convert

RGB 204 2 126 -
CMYK 0 0.99 0.38 0.2
HSL 323.17º 0.98% 0.4% -
HSV(B) 323.17º 0.99% 0.8% -
XYZ 28.69 14.39 21 -
YUV 76.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 204 2 126 0 0.99 0.38 0.2 323.17 0.98 0.4
Hex CC 2 7E 0 63 26 14 143 62 28
Octal 314 2 176 0 143 46 24 503 142 50
Binary 11001100 10 1111110 0 1100011 100110 10100 101000011 1100010 101000

Color Harmonies of #CC027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC027E

Black with #CC027E

Text Example


Text Example

White with #CC027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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