Html Css Color HEX #C303D5 Deep Magenta

📋 copy color: '#C303D5'

red 195 ◦ green 3 ◦ blue 213

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

Shades of Deep Magenta #C303D5

Tints of Deep Magenta #C303D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 47.45%
G = 0.73%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C303D5 (or 0xC303D5) is known color: Deep Magenta. HEX triplet: C3, 03 and D5. RGB value is (195,3,213). Sum of RGB (Red+Green+Blue) = 195+3+213=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #C303D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303D5 is #3CFC2A. Grayscale: #535353. Windows color (decimal): -3996715 or 13960131. OLE color: 13960131.

HSL color Cylindrical-coordinate representation of color #C303D5: hue angle of 294.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303D5 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 3 213 -
CMYK 0.08 0.99 0 0.16
HSL 294.86º 0.97% 0.42% -
HSV(B) 294.86º 0.99% 0.84% -
XYZ 34.55 16.47 64.31 -
YUV 84.35 200.61 206.92 -
System Red Green Blue C M Y K H S L
Decimal 195 3 213 0.08 0.99 0 0.16 294.86 0.97 0.42
Hex C3 3 D5 8 63 0 10 127 61 2A
Octal 303 3 325 10 143 0 20 447 141 52
Binary 11000011 11 11010101 1000 1100011 0 10000 100100111 1100001 101010

Color Harmonies of #C303D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303D5

Black with #C303D5

Text Example


Text Example

White with #C303D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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