Html Css Color HEX #CC028C Medium Violet Red

📋 copy color: '#CC028C'

red 204 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #CC028C

Tints of Medium Violet Red #CC028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 58.96%
G = 0.58%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC028C (or 0xCC028C) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8C. RGB value is (204,2,140). Sum of RGB (Red+Green+Blue) = 204+2+140=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028C is #33FD73. Grayscale: #4D4D4D. Windows color (decimal): -3407220 or 9175756. OLE color: 9175756.

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

Color convert

RGB 204 2 140 -
CMYK 0 0.99 0.31 0.2
HSL 319.01º 0.98% 0.4% -
HSV(B) 319.01º 0.99% 0.8% -
XYZ 29.66 14.77 26.1 -
YUV 78.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 204 2 140 0 0.99 0.31 0.2 319.01 0.98 0.4
Hex CC 2 8C 0 63 1F 14 13F 62 28
Octal 314 2 214 0 143 37 24 477 142 50
Binary 11001100 10 10001100 0 1100011 11111 10100 100111111 1100010 101000

Color Harmonies of #CC028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC028C

Black with #CC028C

Text Example


Text Example

White with #CC028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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