Html Css Color HEX #C30DAE Deep Magenta

📋 copy color: '#C30DAE'

red 195 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #C30DAE

Tints of Deep Magenta #C30DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 51.05%
G = 3.4%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C30DAE (or 0xC30DAE) is known color: Deep Magenta. HEX triplet: C3, 0D and AE. RGB value is (195,13,174). Sum of RGB (Red+Green+Blue) = 195+13+174=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30DAE is #3CF251. Grayscale: #555555. Windows color (decimal): -3994194 or 11406787. OLE color: 11406787.

HSL color Cylindrical-coordinate representation of color #C30DAE: hue angle of 306.92º degrees, saturation: 0.88, 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 #C30DAE is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 174 -
CMYK 0 0.93 0.11 0.24
HSL 306.92º 0.88% 0.41% -
HSV(B) 306.92º 0.93% 0.76% -
XYZ 30.29 14.95 41.33 -
YUV 85.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 195 13 174 0 0.93 0.11 0.24 306.92 0.88 0.41
Hex C3 D AE 0 5D B 18 133 58 29
Octal 303 15 256 0 135 13 30 463 130 51
Binary 11000011 1101 10101110 0 1011101 1011 11000 100110011 1011000 101001

Color Harmonies of #C30DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DAE

Black with #C30DAE

Text Example


Text Example

White with #C30DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DAE; }

 p { color: rgb(195,13,174); }

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

background-color css

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

 a { background-color: rgb(195,13,174); }

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

border-color css

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

 span { border-color: rgb(195,13,174); }

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