Html Css Color HEX #C30FAC Deep Magenta

📋 copy color: '#C30FAC'

red 195 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #C30FAC

Tints of Deep Magenta #C30FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 51.05%
G = 3.93%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C30FAC (or 0xC30FAC) is known color: Deep Magenta. HEX triplet: C3, 0F and AC. RGB value is (195,15,172). Sum of RGB (Red+Green+Blue) = 195+15+172=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FAC is #3CF053. Grayscale: #565656. Windows color (decimal): -3993684 or 11276227. OLE color: 11276227.

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

Color convert

RGB 195 15 172 -
CMYK 0 0.92 0.12 0.24
HSL 307.67º 0.86% 0.41% -
HSV(B) 307.67º 0.92% 0.76% -
XYZ 30.12 14.92 40.32 -
YUV 86.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 195 15 172 0 0.92 0.12 0.24 307.67 0.86 0.41
Hex C3 F AC 0 5C C 18 134 56 29
Octal 303 17 254 0 134 14 30 464 126 51
Binary 11000011 1111 10101100 0 1011100 1100 11000 100110100 1010110 101001

Color Harmonies of #C30FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FAC

Black with #C30FAC

Text Example


Text Example

White with #C30FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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