Html Css Color HEX #C30BAA Deep Magenta

📋 copy color: '#C30BAA'

red 195 ◦ green 11 ◦ blue 170

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

Shades of Deep Magenta #C30BAA

Tints of Deep Magenta #C30BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 51.86%
G = 2.93%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C30BAA (or 0xC30BAA) is known color: Deep Magenta. HEX triplet: C3, 0B and AA. RGB value is (195,11,170). Sum of RGB (Red+Green+Blue) = 195+11+170=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BAA is #3CF455. Grayscale: #535353. Windows color (decimal): -3994710 or 11144131. OLE color: 11144131.

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

Color convert

RGB 195 11 170 -
CMYK 0 0.94 0.13 0.24
HSL 308.15º 0.89% 0.4% -
HSV(B) 308.15º 0.94% 0.76% -
XYZ 29.88 14.74 39.3 -
YUV 84.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 195 11 170 0 0.94 0.13 0.24 308.15 0.89 0.4
Hex C3 B AA 0 5E D 18 134 59 28
Octal 303 13 252 0 136 15 30 464 131 50
Binary 11000011 1011 10101010 0 1011110 1101 11000 100110100 1011001 101000

Color Harmonies of #C30BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BAA

Black with #C30BAA

Text Example


Text Example

White with #C30BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BAA; }

 p { color: rgb(195,11,170); }

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

background-color css

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

 a { background-color: rgb(195,11,170); }

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

border-color css

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

 span { border-color: rgb(195,11,170); }

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