Html Css Color HEX #C028CB Deep Magenta

📋 copy color: '#C028CB'

red 192 ◦ green 40 ◦ blue 203

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

Shades of Deep Magenta #C028CB

Tints of Deep Magenta #C028CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 44.14%
G = 9.2%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C028CB (or 0xC028CB) is known color: Deep Magenta. HEX triplet: C0, 28 and CB. RGB value is (192,40,203). Sum of RGB (Red+Green+Blue) = 192+40+203=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #C028CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028CB is #3FD734. Grayscale: #676767. Windows color (decimal): -4183861 or 13314240. OLE color: 13314240.

HSL color Cylindrical-coordinate representation of color #C028CB: hue angle of 295.95º 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 #C028CB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 40 203 -
CMYK 0.05 0.80 0 0.20
HSL 295.95º 0.67% 0.48% -
HSV(B) 295.95º 0.8% 0.8% -
XYZ 33.28 17.04 58.03 -
YUV 104.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 192 40 203 0.05 0.80 0 0.20 295.95 0.67 0.48
Hex C0 28 CB 5 50 0 14 128 43 30
Octal 300 50 313 5 120 0 24 450 103 60
Binary 11000000 101000 11001011 101 1010000 0 10100 100101000 1000011 110000

Color Harmonies of #C028CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028CB

Black with #C028CB

Text Example


Text Example

White with #C028CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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