Html Css Color HEX #C303DF Deep Magenta

📋 copy color: '#C303DF'

red 195 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #C303DF

Tints of Deep Magenta #C303DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 46.32%
G = 0.71%
B = 52.97%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C303DF (or 0xC303DF) is known color: Deep Magenta. HEX triplet: C3, 03 and DF. RGB value is (195,3,223). Sum of RGB (Red+Green+Blue) = 195+3+223=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #C303DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303DF is #3CFC20. Grayscale: #545454. Windows color (decimal): -3996705 or 14615491. OLE color: 14615491.

HSL color Cylindrical-coordinate representation of color #C303DF: hue angle of 292.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303DF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 3 223 -
CMYK 0.13 0.99 0 0.13
HSL 292.36º 0.97% 0.44% -
HSV(B) 292.36º 0.99% 0.87% -
XYZ 35.86 16.99 71.2 -
YUV 85.49 205.61 206.11 -
System Red Green Blue C M Y K H S L
Decimal 195 3 223 0.13 0.99 0 0.13 292.36 0.97 0.44
Hex C3 3 DF D 63 0 D 124 61 2C
Octal 303 3 337 15 143 0 15 444 141 54
Binary 11000011 11 11011111 1101 1100011 0 1101 100100100 1100001 101100

Color Harmonies of #C303DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303DF

Black with #C303DF

Text Example


Text Example

White with #C303DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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