Html Css Color HEX #C30EBD Deep Magenta

📋 copy color: '#C30EBD'

red 195 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #C30EBD

Tints of Deep Magenta #C30EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 48.99%
G = 3.52%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C30EBD (or 0xC30EBD) is known color: Deep Magenta. HEX triplet: C3, 0E and BD. RGB value is (195,14,189). Sum of RGB (Red+Green+Blue) = 195+14+189=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EBD is #3CF142. Grayscale: #575757. Windows color (decimal): -3993923 or 12390083. OLE color: 12390083.

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

Color convert

RGB 195 14 189 -
CMYK 0 0.93 0.03 0.24
HSL 301.99º 0.87% 0.41% -
HSV(B) 301.99º 0.93% 0.76% -
XYZ 31.85 15.59 49.47 -
YUV 88.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 195 14 189 0 0.93 0.03 0.24 301.99 0.87 0.41
Hex C3 E BD 0 5D 3 18 12E 57 29
Octal 303 16 275 0 135 3 30 456 127 51
Binary 11000011 1110 10111101 0 1011101 11 11000 100101110 1010111 101001

Color Harmonies of #C30EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EBD

Black with #C30EBD

Text Example


Text Example

White with #C30EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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