Html Css Color HEX #C002AF Deep Magenta

📋 copy color: '#C002AF'

red 192 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #C002AF

Tints of Deep Magenta #C002AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 52.03%
G = 0.54%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C002AF (or 0xC002AF) is known color: Deep Magenta. HEX triplet: C0, 02 and AF. RGB value is (192,2,175). Sum of RGB (Red+Green+Blue) = 192+2+175=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C002AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C002AF is #3FFD50. Grayscale: #4E4E4E. Windows color (decimal): -4193617 or 11469504. OLE color: 11469504.

HSL color Cylindrical-coordinate representation of color #C002AF: hue angle of 305.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002AF is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 175 -
CMYK 0 0.99 0.09 0.25
HSL 305.37º 0.98% 0.38% -
HSV(B) 305.37º 0.99% 0.75% -
XYZ 29.5 14.35 41.77 -
YUV 78.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 192 2 175 0 0.99 0.09 0.25 305.37 0.98 0.38
Hex C0 2 AF 0 63 9 19 131 62 26
Octal 300 2 257 0 143 11 31 461 142 46
Binary 11000000 10 10101111 0 1100011 1001 11001 100110001 1100010 100110

Color Harmonies of #C002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002AF

Black with #C002AF

Text Example


Text Example

White with #C002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002AF; }

 p { color: rgb(192,2,175); }

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

background-color css

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

 a { background-color: rgb(192,2,175); }

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

border-color css

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

 span { border-color: rgb(192,2,175); }

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