Html Css Color HEX #C702B8 Deep Magenta

📋 copy color: '#C702B8'

red 199 ◦ green 2 ◦ blue 184

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

Shades of Deep Magenta #C702B8

Tints of Deep Magenta #C702B8

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

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

 BLUE value IS 184 (72.27% from 255) = 47.79%

R = 51.69%
G = 0.52%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C702B8 (or 0xC702B8) is known color: Deep Magenta. HEX triplet: C7, 02 and B8. RGB value is (199,2,184). Sum of RGB (Red+Green+Blue) = 199+2+184=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C702B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702B8 is #38FD47. Grayscale: #515151. Windows color (decimal): -3734856 or 12059335. OLE color: 12059335.

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

Color convert

RGB 199 2 184 -
CMYK 0 0.99 0.08 0.22
HSL 304.57º 0.98% 0.39% -
HSV(B) 304.57º 0.99% 0.78% -
XYZ 32.23 15.65 46.67 -
YUV 81.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 199 2 184 0 0.99 0.08 0.22 304.57 0.98 0.39
Hex C7 2 B8 0 63 8 16 131 62 27
Octal 307 2 270 0 143 10 26 461 142 47
Binary 11000111 10 10111000 0 1100011 1000 10110 100110001 1100010 100111

Color Harmonies of #C702B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702B8

Black with #C702B8

Text Example


Text Example

White with #C702B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702B8; }

 p { color: rgb(199,2,184); }

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

background-color css

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

 a { background-color: rgb(199,2,184); }

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

border-color css

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

 span { border-color: rgb(199,2,184); }

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