Html Css Color HEX #C702CB Deep Magenta

📋 copy color: '#C702CB'

red 199 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #C702CB

Tints of Deep Magenta #C702CB

RGB

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

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

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

R = 49.26%
G = 0.5%
B = 50.25%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C702CB (or 0xC702CB) is known color: Deep Magenta. HEX triplet: C7, 02 and CB. RGB value is (199,2,203). Sum of RGB (Red+Green+Blue) = 199+2+203=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C702CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702CB is #38FD34. Grayscale: #535353. Windows color (decimal): -3734837 or 13304519. OLE color: 13304519.

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

Color convert

RGB 199 2 203 -
CMYK 0.02 0.99 0 0.20
HSL 298.81º 0.98% 0.4% -
HSV(B) 298.81º 0.99% 0.8% -
XYZ 34.35 16.5 57.87 -
YUV 83.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 199 2 203 0.02 0.99 0 0.20 298.81 0.98 0.4
Hex C7 2 CB 2 63 0 14 12B 62 28
Octal 307 2 313 2 143 0 24 453 142 50
Binary 11000111 10 11001011 10 1100011 0 10100 100101011 1100010 101000

Color Harmonies of #C702CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702CB

Black with #C702CB

Text Example


Text Example

White with #C702CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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