Html Css Color HEX #C302AB Deep Magenta

📋 copy color: '#C302AB'

red 195 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #C302AB

Tints of Deep Magenta #C302AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 52.99%
G = 0.54%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C302AB (or 0xC302AB) is known color: Deep Magenta. HEX triplet: C3, 02 and AB. RGB value is (195,2,171). Sum of RGB (Red+Green+Blue) = 195+2+171=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C302AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302AB is #3CFD54. Grayscale: #4E4E4E. Windows color (decimal): -3997013 or 11207363. OLE color: 11207363.

HSL color Cylindrical-coordinate representation of color #C302AB: hue angle of 307.46º 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 #C302AB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 171 -
CMYK 0 0.99 0.12 0.24
HSL 307.46º 0.98% 0.39% -
HSV(B) 307.46º 0.99% 0.76% -
XYZ 29.88 14.59 39.77 -
YUV 78.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 195 2 171 0 0.99 0.12 0.24 307.46 0.98 0.39
Hex C3 2 AB 0 63 C 18 133 62 27
Octal 303 2 253 0 143 14 30 463 142 47
Binary 11000011 10 10101011 0 1100011 1100 11000 100110011 1100010 100111

Color Harmonies of #C302AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302AB

Black with #C302AB

Text Example


Text Example

White with #C302AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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