Html Css Color HEX #C30FAE Deep Magenta

📋 copy color: '#C30FAE'

red 195 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C30FAE

Tints of Deep Magenta #C30FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

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

R = 50.78%
G = 3.91%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C30FAE (or 0xC30FAE) is known color: Deep Magenta. HEX triplet: C3, 0F and AE. RGB value is (195,15,174). Sum of RGB (Red+Green+Blue) = 195+15+174=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FAE is #3CF051. Grayscale: #565656. Windows color (decimal): -3993682 or 11407299. OLE color: 11407299.

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

Color convert

RGB 195 15 174 -
CMYK 0 0.92 0.11 0.24
HSL 307º 0.86% 0.41% -
HSV(B) 307º 0.92% 0.76% -
XYZ 30.32 15 41.34 -
YUV 86.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 195 15 174 0 0.92 0.11 0.24 307 0.86 0.41
Hex C3 F AE 0 5C B 18 133 56 29
Octal 303 17 256 0 134 13 30 463 126 51
Binary 11000011 1111 10101110 0 1011100 1011 11000 100110011 1010110 101001

Color Harmonies of #C30FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FAE

Black with #C30FAE

Text Example


Text Example

White with #C30FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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