Html Css Color HEX #C303AF Deep Magenta

📋 copy color: '#C303AF'

red 195 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #C303AF

Tints of Deep Magenta #C303AF

RGB

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

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

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

R = 52.28%
G = 0.8%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C303AF (or 0xC303AF) is known color: Deep Magenta. HEX triplet: C3, 03 and AF. RGB value is (195,3,175). Sum of RGB (Red+Green+Blue) = 195+3+175=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C303AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303AF is #3CFC50. Grayscale: #4F4F4F. Windows color (decimal): -3996753 or 11469763. OLE color: 11469763.

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

Color convert

RGB 195 3 175 -
CMYK 0 0.98 0.10 0.24
HSL 306.25º 0.97% 0.39% -
HSV(B) 306.25º 0.98% 0.76% -
XYZ 30.28 14.76 41.81 -
YUV 80.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 195 3 175 0 0.98 0.10 0.24 306.25 0.97 0.39
Hex C3 3 AF 0 62 A 18 132 61 27
Octal 303 3 257 0 142 12 30 462 141 47
Binary 11000011 11 10101111 0 1100010 1010 11000 100110010 1100001 100111

Color Harmonies of #C303AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303AF

Black with #C303AF

Text Example


Text Example

White with #C303AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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