Html Css Color HEX #C303AB Deep Magenta

📋 copy color: '#C303AB'

red 195 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #C303AB

Tints of Deep Magenta #C303AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 52.85%
G = 0.81%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C303AB (or 0xC303AB) is known color: Deep Magenta. HEX triplet: C3, 03 and AB. RGB value is (195,3,171). Sum of RGB (Red+Green+Blue) = 195+3+171=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C303AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303AB is #3CFC54. Grayscale: #4F4F4F. Windows color (decimal): -3996757 or 11207619. OLE color: 11207619.

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

Color convert

RGB 195 3 171 -
CMYK 0 0.98 0.12 0.24
HSL 307.5º 0.97% 0.39% -
HSV(B) 307.5º 0.98% 0.76% -
XYZ 29.89 14.61 39.77 -
YUV 79.56 179.61 210.34 -
System Red Green Blue C M Y K H S L
Decimal 195 3 171 0 0.98 0.12 0.24 307.5 0.97 0.39
Hex C3 3 AB 0 62 C 18 134 61 27
Octal 303 3 253 0 142 14 30 464 141 47
Binary 11000011 11 10101011 0 1100010 1100 11000 100110100 1100001 100111

Color Harmonies of #C303AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303AB

Black with #C303AB

Text Example


Text Example

White with #C303AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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