Html Css Color HEX #C30ECD Deep Magenta

📋 copy color: '#C30ECD'

red 195 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #C30ECD

Tints of Deep Magenta #C30ECD

RGB

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

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

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

R = 47.1%
G = 3.38%
B = 49.52%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C30ECD (or 0xC30ECD) is known color: Deep Magenta. HEX triplet: C3, 0E and CD. RGB value is (195,14,205). Sum of RGB (Red+Green+Blue) = 195+14+205=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C30ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ECD is #3CF132. Grayscale: #595959. Windows color (decimal): -3993907 or 13438659. OLE color: 13438659.

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

Color convert

RGB 195 14 205 -
CMYK 0.05 0.93 0 0.20
HSL 296.86º 0.87% 0.43% -
HSV(B) 296.86º 0.93% 0.8% -
XYZ 33.68 16.32 59.13 -
YUV 89.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 195 14 205 0.05 0.93 0 0.20 296.86 0.87 0.43
Hex C3 E CD 5 5D 0 14 129 57 2B
Octal 303 16 315 5 135 0 24 451 127 53
Binary 11000011 1110 11001101 101 1011101 0 10100 100101001 1010111 101011

Color Harmonies of #C30ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ECD

Black with #C30ECD

Text Example


Text Example

White with #C30ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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