Html Css Color HEX #C30FAD Deep Magenta

📋 copy color: '#C30FAD'

red 195 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #C30FAD

Tints of Deep Magenta #C30FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 50.91%
G = 3.92%
B = 45.17%

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

#C30FAD (or 0xC30FAD) is known color: Deep Magenta. HEX triplet: C3, 0F and AD. RGB value is (195,15,173). Sum of RGB (Red+Green+Blue) = 195+15+173=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FAD is #3CF052. Grayscale: #565656. Windows color (decimal): -3993683 or 11341763. OLE color: 11341763.

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

Color convert

RGB 195 15 173 -
CMYK 0 0.92 0.11 0.24
HSL 307.33º 0.86% 0.41% -
HSV(B) 307.33º 0.92% 0.76% -
XYZ 30.22 14.96 40.83 -
YUV 86.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 195 15 173 0 0.92 0.11 0.24 307.33 0.86 0.41
Hex C3 F AD 0 5C B 18 133 56 29
Octal 303 17 255 0 134 13 30 463 126 51
Binary 11000011 1111 10101101 0 1011100 1011 11000 100110011 1010110 101001

Color Harmonies of #C30FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FAD

Black with #C30FAD

Text Example


Text Example

White with #C30FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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