Html Css Color HEX #C802B3 Deep Magenta

📋 copy color: '#C802B3'

red 200 ◦ green 2 ◦ blue 179

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

Shades of Deep Magenta #C802B3

Tints of Deep Magenta #C802B3

RGB

 RED value IS 200 (78.52% from 255) = 52.49%

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

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 52.49%
G = 0.52%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C802B3 (or 0xC802B3) is known color: Deep Magenta. HEX triplet: C8, 02 and B3. RGB value is (200,2,179). Sum of RGB (Red+Green+Blue) = 200+2+179=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802B3 is #37FD4C. Grayscale: #505050. Windows color (decimal): -3669325 or 11731656. OLE color: 11731656.

HSL color Cylindrical-coordinate representation of color #C802B3: hue angle of 306.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802B3 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 179 -
CMYK 0 0.99 0.10 0.22
HSL 306.36º 0.98% 0.4% -
HSV(B) 306.36º 0.99% 0.78% -
XYZ 31.98 15.58 43.97 -
YUV 81.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 200 2 179 0 0.99 0.10 0.22 306.36 0.98 0.4
Hex C8 2 B3 0 63 A 16 132 62 28
Octal 310 2 263 0 143 12 26 462 142 50
Binary 11001000 10 10110011 0 1100011 1010 10110 100110010 1100010 101000

Color Harmonies of #C802B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802B3

Black with #C802B3

Text Example


Text Example

White with #C802B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802B3; }

 p { color: rgb(200,2,179); }

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

background-color css

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

 a { background-color: rgb(200,2,179); }

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

border-color css

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

 span { border-color: rgb(200,2,179); }

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