Html Css Color HEX #C30CAC Deep Magenta

📋 copy color: '#C30CAC'

red 195 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #C30CAC

Tints of Deep Magenta #C30CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

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

R = 51.45%
G = 3.17%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C30CAC (or 0xC30CAC) is known color: Deep Magenta. HEX triplet: C3, 0C and AC. RGB value is (195,12,172). Sum of RGB (Red+Green+Blue) = 195+12+172=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CAC is #3CF353. Grayscale: #545454. Windows color (decimal): -3994452 or 11275459. OLE color: 11275459.

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

Color convert

RGB 195 12 172 -
CMYK 0 0.94 0.12 0.24
HSL 307.54º 0.88% 0.41% -
HSV(B) 307.54º 0.94% 0.76% -
XYZ 30.08 14.84 40.31 -
YUV 84.96 177.13 206.49 -
System Red Green Blue C M Y K H S L
Decimal 195 12 172 0 0.94 0.12 0.24 307.54 0.88 0.41
Hex C3 C AC 0 5E C 18 134 58 29
Octal 303 14 254 0 136 14 30 464 130 51
Binary 11000011 1100 10101100 0 1011110 1100 11000 100110100 1011000 101001

Color Harmonies of #C30CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CAC

Black with #C30CAC

Text Example


Text Example

White with #C30CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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