Html Css Color HEX #CC028E Medium Violet Red

📋 copy color: '#CC028E'

red 204 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #CC028E

Tints of Medium Violet Red #CC028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 58.62%
G = 0.57%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC028E (or 0xCC028E) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8E. RGB value is (204,2,142). Sum of RGB (Red+Green+Blue) = 204+2+142=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028E is #33FD71. Grayscale: #4E4E4E. Windows color (decimal): -3407218 or 9306828. OLE color: 9306828.

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

Color convert

RGB 204 2 142 -
CMYK 0 0.99 0.30 0.2
HSL 318.42º 0.98% 0.4% -
HSV(B) 318.42º 0.99% 0.8% -
XYZ 29.81 14.83 26.88 -
YUV 78.36 163.92 217.62 -
System Red Green Blue C M Y K H S L
Decimal 204 2 142 0 0.99 0.30 0.2 318.42 0.98 0.4
Hex CC 2 8E 0 63 1E 14 13E 62 28
Octal 314 2 216 0 143 36 24 476 142 50
Binary 11001100 10 10001110 0 1100011 11110 10100 100111110 1100010 101000

Color Harmonies of #CC028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC028E

Black with #CC028E

Text Example


Text Example

White with #CC028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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