Html Css Color HEX #C302CD Deep Magenta

📋 copy color: '#C302CD'

red 195 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #C302CD

Tints of Deep Magenta #C302CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 48.51%
G = 0.5%
B = 51%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C302CD (or 0xC302CD) is known color: Deep Magenta. HEX triplet: C3, 02 and CD. RGB value is (195,2,205). Sum of RGB (Red+Green+Blue) = 195+2+205=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #C302CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302CD is #3CFD32. Grayscale: #525252. Windows color (decimal): -3996979 or 13435587. OLE color: 13435587.

HSL color Cylindrical-coordinate representation of color #C302CD: hue angle of 297.04º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302CD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 2 205 -
CMYK 0.05 0.99 0 0.20
HSL 297.04º 0.98% 0.41% -
HSV(B) 297.04º 0.99% 0.8% -
XYZ 33.55 16.05 59.09 -
YUV 82.85 196.94 207.99 -
System Red Green Blue C M Y K H S L
Decimal 195 2 205 0.05 0.99 0 0.20 297.04 0.98 0.41
Hex C3 2 CD 5 63 0 14 129 62 29
Octal 303 2 315 5 143 0 24 451 142 51
Binary 11000011 10 11001101 101 1100011 0 10100 100101001 1100010 101001

Color Harmonies of #C302CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302CD

Black with #C302CD

Text Example


Text Example

White with #C302CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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