Html Css Color HEX #C30ABA Deep Magenta

📋 copy color: '#C30ABA'

red 195 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #C30ABA

Tints of Deep Magenta #C30ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 49.87%
G = 2.56%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C30ABA (or 0xC30ABA) is known color: Deep Magenta. HEX triplet: C3, 0A and BA. RGB value is (195,10,186). Sum of RGB (Red+Green+Blue) = 195+10+186=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C30ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ABA is #3CF545. Grayscale: #545454. Windows color (decimal): -3994950 or 12192451. OLE color: 12192451.

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

Color convert

RGB 195 10 186 -
CMYK 0 0.95 0.05 0.24
HSL 302.92º 0.9% 0.4% -
HSV(B) 302.92º 0.95% 0.76% -
XYZ 31.48 15.36 47.76 -
YUV 85.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 195 10 186 0 0.95 0.05 0.24 302.92 0.9 0.4
Hex C3 A BA 0 5F 5 18 12F 5A 28
Octal 303 12 272 0 137 5 30 457 132 50
Binary 11000011 1010 10111010 0 1011111 101 11000 100101111 1011010 101000

Color Harmonies of #C30ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ABA

Black with #C30ABA

Text Example


Text Example

White with #C30ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ABA; }

 p { color: rgb(195,10,186); }

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

background-color css

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

 a { background-color: rgb(195,10,186); }

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

border-color css

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

 span { border-color: rgb(195,10,186); }

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