Html Css Color HEX #C302DC Deep Magenta

📋 copy color: '#C302DC'

red 195 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #C302DC

Tints of Deep Magenta #C302DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 46.76%
G = 0.48%
B = 52.76%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C302DC (or 0xC302DC) is known color: Deep Magenta. HEX triplet: C3, 02 and DC. RGB value is (195,2,220). Sum of RGB (Red+Green+Blue) = 195+2+220=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #C302DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302DC is #3CFD23. Grayscale: #535353. Windows color (decimal): -3996964 or 14418627. OLE color: 14418627.

HSL color Cylindrical-coordinate representation of color #C302DC: hue angle of 293.12º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302DC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 2 220 -
CMYK 0.11 0.99 0 0.14
HSL 293.12º 0.98% 0.44% -
HSV(B) 293.12º 0.99% 0.86% -
XYZ 35.45 16.81 69.09 -
YUV 84.56 204.44 206.77 -
System Red Green Blue C M Y K H S L
Decimal 195 2 220 0.11 0.99 0 0.14 293.12 0.98 0.44
Hex C3 2 DC B 63 0 E 125 62 2C
Octal 303 2 334 13 143 0 16 445 142 54
Binary 11000011 10 11011100 1011 1100011 0 1110 100100101 1100010 101100

Color Harmonies of #C302DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302DC

Black with #C302DC

Text Example


Text Example

White with #C302DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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