Html Css Color HEX #C303CA Deep Magenta

📋 copy color: '#C303CA'

red 195 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #C303CA

Tints of Deep Magenta #C303CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 48.75%
G = 0.75%
B = 50.5%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C303CA (or 0xC303CA) is known color: Deep Magenta. HEX triplet: C3, 03 and CA. RGB value is (195,3,202). Sum of RGB (Red+Green+Blue) = 195+3+202=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #C303CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303CA is #3CFC35. Grayscale: #525252. Windows color (decimal): -3996726 or 13239235. OLE color: 13239235.

HSL color Cylindrical-coordinate representation of color #C303CA: hue angle of 297.89º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303CA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 3 202 -
CMYK 0.03 0.99 0 0.21
HSL 297.89º 0.97% 0.4% -
HSV(B) 297.89º 0.99% 0.79% -
XYZ 33.2 15.93 57.2 -
YUV 83.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 195 3 202 0.03 0.99 0 0.21 297.89 0.97 0.4
Hex C3 3 CA 3 63 0 15 12A 61 28
Octal 303 3 312 3 143 0 25 452 141 50
Binary 11000011 11 11001010 11 1100011 0 10101 100101010 1100001 101000

Color Harmonies of #C303CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303CA

Black with #C303CA

Text Example


Text Example

White with #C303CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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