Html Css Color HEX #C302DF Deep Magenta

📋 copy color: '#C302DF'

red 195 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #C302DF

Tints of Deep Magenta #C302DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 46.43%
G = 0.48%
B = 53.1%

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

#C302DF (or 0xC302DF) is known color: Deep Magenta. HEX triplet: C3, 02 and DF. RGB value is (195,2,223). Sum of RGB (Red+Green+Blue) = 195+2+223=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #C302DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302DF is #3CFD20. Grayscale: #545454. Windows color (decimal): -3996961 or 14615235. OLE color: 14615235.

HSL color Cylindrical-coordinate representation of color #C302DF: hue angle of 292.4º degrees, saturation: 0.98, 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 #C302DF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 2 223 -
CMYK 0.13 0.99 0 0.13
HSL 292.4º 0.98% 0.44% -
HSV(B) 292.4º 0.99% 0.87% -
XYZ 35.85 16.97 71.2 -
YUV 84.9 205.94 206.53 -
System Red Green Blue C M Y K H S L
Decimal 195 2 223 0.13 0.99 0 0.13 292.4 0.98 0.44
Hex C3 2 DF D 63 0 D 124 62 2C
Octal 303 2 337 15 143 0 15 444 142 54
Binary 11000011 10 11011111 1101 1100011 0 1101 100100100 1100010 101100

Color Harmonies of #C302DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302DF

Black with #C302DF

Text Example


Text Example

White with #C302DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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