Html Css Color HEX #C028CC Deep Magenta

📋 copy color: '#C028CC'

red 192 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #C028CC

Tints of Deep Magenta #C028CC

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

 GREEN value IS 40 (16.02% from 255) = 9.17%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 44.04%
G = 9.17%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C028CC (or 0xC028CC) is known color: Deep Magenta. HEX triplet: C0, 28 and CC. RGB value is (192,40,204). Sum of RGB (Red+Green+Blue) = 192+40+204=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C028CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028CC is #3FD733. Grayscale: #676767. Windows color (decimal): -4183860 or 13379776. OLE color: 13379776.

HSL color Cylindrical-coordinate representation of color #C028CC: hue angle of 295.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C028CC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 40 204 -
CMYK 0.06 0.80 0 0.2
HSL 295.61º 0.67% 0.48% -
HSV(B) 295.61º 0.8% 0.8% -
XYZ 33.4 17.08 58.66 -
YUV 104.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 192 40 204 0.06 0.80 0 0.2 295.61 0.67 0.48
Hex C0 28 CC 6 50 0 14 128 43 30
Octal 300 50 314 6 120 0 24 450 103 60
Binary 11000000 101000 11001100 110 1010000 0 10100 100101000 1000011 110000

Color Harmonies of #C028CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028CC

Black with #C028CC

Text Example


Text Example

White with #C028CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028CC; }

 p { color: rgb(192,40,204); }

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

background-color css

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

 a { background-color: rgb(192,40,204); }

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

border-color css

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

 span { border-color: rgb(192,40,204); }

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