Html Css Color HEX #C302AF Deep Magenta

📋 copy color: '#C302AF'

red 195 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #C302AF

Tints of Deep Magenta #C302AF

RGB

 RED value IS 195 (76.56% from 255) = 52.42%

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

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

R = 52.42%
G = 0.54%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C302AF (or 0xC302AF) is known color: Deep Magenta. HEX triplet: C3, 02 and AF. RGB value is (195,2,175). Sum of RGB (Red+Green+Blue) = 195+2+175=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C302AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302AF is #3CFD50. Grayscale: #4E4E4E. Windows color (decimal): -3997009 or 11469507. OLE color: 11469507.

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

Color convert

RGB 195 2 175 -
CMYK 0 0.99 0.10 0.24
HSL 306.22º 0.98% 0.39% -
HSV(B) 306.22º 0.99% 0.76% -
XYZ 30.27 14.74 41.81 -
YUV 79.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 195 2 175 0 0.99 0.10 0.24 306.22 0.98 0.39
Hex C3 2 AF 0 63 A 18 132 62 27
Octal 303 2 257 0 143 12 30 462 142 47
Binary 11000011 10 10101111 0 1100011 1010 11000 100110010 1100010 100111

Color Harmonies of #C302AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302AF

Black with #C302AF

Text Example


Text Example

White with #C302AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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