Html Css Color HEX #C30AB4 Deep Magenta

📋 copy color: '#C30AB4'

red 195 ◦ green 10 ◦ blue 180

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

Shades of Deep Magenta #C30AB4

Tints of Deep Magenta #C30AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 50.65%
G = 2.6%
B = 46.75%

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

#C30AB4 (or 0xC30AB4) is known color: Deep Magenta. HEX triplet: C3, 0A and B4. RGB value is (195,10,180). Sum of RGB (Red+Green+Blue) = 195+10+180=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30AB4 is #3CF54B. Grayscale: #545454. Windows color (decimal): -3994956 or 11799235. OLE color: 11799235.

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

Color convert

RGB 195 10 180 -
CMYK 0 0.95 0.08 0.24
HSL 304.86º 0.9% 0.4% -
HSV(B) 304.86º 0.95% 0.76% -
XYZ 30.85 15.11 44.47 -
YUV 84.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 195 10 180 0 0.95 0.08 0.24 304.86 0.9 0.4
Hex C3 A B4 0 5F 8 18 131 5A 28
Octal 303 12 264 0 137 10 30 461 132 50
Binary 11000011 1010 10110100 0 1011111 1000 11000 100110001 1011010 101000

Color Harmonies of #C30AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AB4

Black with #C30AB4

Text Example


Text Example

White with #C30AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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