Html Css Color HEX #C30ECA Deep Magenta

📋 copy color: '#C30ECA'

red 195 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #C30ECA

Tints of Deep Magenta #C30ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 47.45%
G = 3.41%
B = 49.15%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C30ECA (or 0xC30ECA) is known color: Deep Magenta. HEX triplet: C3, 0E and CA. RGB value is (195,14,202). Sum of RGB (Red+Green+Blue) = 195+14+202=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C30ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ECA is #3CF135. Grayscale: #585858. Windows color (decimal): -3993910 or 13242051. OLE color: 13242051.

HSL color Cylindrical-coordinate representation of color #C30ECA: hue angle of 297.77º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30ECA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 14 202 -
CMYK 0.03 0.93 0 0.21
HSL 297.77º 0.87% 0.42% -
HSV(B) 297.77º 0.93% 0.79% -
XYZ 33.32 16.18 57.24 -
YUV 89.55 191.47 203.21 -
System Red Green Blue C M Y K H S L
Decimal 195 14 202 0.03 0.93 0 0.21 297.77 0.87 0.42
Hex C3 E CA 3 5D 0 15 12A 57 2A
Octal 303 16 312 3 135 0 25 452 127 52
Binary 11000011 1110 11001010 11 1011101 0 10101 100101010 1010111 101010

Color Harmonies of #C30ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ECA

Black with #C30ECA

Text Example


Text Example

White with #C30ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ECA; }

 p { color: rgb(195,14,202); }

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

background-color css

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

 a { background-color: rgb(195,14,202); }

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

border-color css

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

 span { border-color: rgb(195,14,202); }

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