Html Css Color HEX #CC028A Medium Violet Red

📋 copy color: '#CC028A'

red 204 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #CC028A

Tints of Medium Violet Red #CC028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 59.3%
G = 0.58%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC028A (or 0xCC028A) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8A. RGB value is (204,2,138). Sum of RGB (Red+Green+Blue) = 204+2+138=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028A is #33FD75. Grayscale: #4D4D4D. Windows color (decimal): -3407222 or 9044684. OLE color: 9044684.

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

Color convert

RGB 204 2 138 -
CMYK 0 0.99 0.32 0.2
HSL 319.6º 0.98% 0.4% -
HSV(B) 319.6º 0.99% 0.8% -
XYZ 29.51 14.72 25.33 -
YUV 77.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 204 2 138 0 0.99 0.32 0.2 319.6 0.98 0.4
Hex CC 2 8A 0 63 20 14 140 62 28
Octal 314 2 212 0 143 40 24 500 142 50
Binary 11001100 10 10001010 0 1100011 100000 10100 101000000 1100010 101000

Color Harmonies of #CC028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC028A

Black with #CC028A

Text Example


Text Example

White with #CC028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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