Html Css Color HEX #C30AB3 Deep Magenta

📋 copy color: '#C30AB3'

red 195 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #C30AB3

Tints of Deep Magenta #C30AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 50.78%
G = 2.6%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C30AB3 (or 0xC30AB3) is known color: Deep Magenta. HEX triplet: C3, 0A and B3. RGB value is (195,10,179). Sum of RGB (Red+Green+Blue) = 195+10+179=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30AB3 is #3CF54C. Grayscale: #545454. Windows color (decimal): -3994957 or 11733699. OLE color: 11733699.

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

Color convert

RGB 195 10 179 -
CMYK 0 0.95 0.08 0.24
HSL 305.19º 0.9% 0.4% -
HSV(B) 305.19º 0.95% 0.76% -
XYZ 30.75 15.07 43.94 -
YUV 84.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 195 10 179 0 0.95 0.08 0.24 305.19 0.9 0.4
Hex C3 A B3 0 5F 8 18 131 5A 28
Octal 303 12 263 0 137 10 30 461 132 50
Binary 11000011 1010 10110011 0 1011111 1000 11000 100110001 1011010 101000

Color Harmonies of #C30AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AB3

Black with #C30AB3

Text Example


Text Example

White with #C30AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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