Html Css Color HEX #C028CA Deep Magenta

📋 copy color: '#C028CA'

red 192 ◦ green 40 ◦ blue 202

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

Shades of Deep Magenta #C028CA

Tints of Deep Magenta #C028CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 44.24%
G = 9.22%
B = 46.54%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C028CA (or 0xC028CA) is known color: Deep Magenta. HEX triplet: C0, 28 and CA. RGB value is (192,40,202). Sum of RGB (Red+Green+Blue) = 192+40+202=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C028CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028CA is #3FD735. Grayscale: #676767. Windows color (decimal): -4183862 or 13248704. OLE color: 13248704.

HSL color Cylindrical-coordinate representation of color #C028CA: hue angle of 296.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C028CA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 40 202 -
CMYK 0.05 0.80 0 0.21
HSL 296.3º 0.67% 0.47% -
HSV(B) 296.3º 0.8% 0.79% -
XYZ 33.16 16.99 57.41 -
YUV 103.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 192 40 202 0.05 0.80 0 0.21 296.3 0.67 0.47
Hex C0 28 CA 5 50 0 15 128 43 2F
Octal 300 50 312 5 120 0 25 450 103 57
Binary 11000000 101000 11001010 101 1010000 0 10101 100101000 1000011 101111

Color Harmonies of #C028CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028CA

Black with #C028CA

Text Example


Text Example

White with #C028CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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