Html Css Color HEX #C30ABB Deep Magenta

📋 copy color: '#C30ABB'

red 195 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #C30ABB

Tints of Deep Magenta #C30ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 49.74%
G = 2.55%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C30ABB (or 0xC30ABB) is known color: Deep Magenta. HEX triplet: C3, 0A and BB. RGB value is (195,10,187). Sum of RGB (Red+Green+Blue) = 195+10+187=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C30ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ABB is #3CF544. Grayscale: #545454. Windows color (decimal): -3994949 or 12257987. OLE color: 12257987.

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

Color convert

RGB 195 10 187 -
CMYK 0 0.95 0.04 0.24
HSL 302.59º 0.9% 0.4% -
HSV(B) 302.59º 0.95% 0.76% -
XYZ 31.58 15.41 48.32 -
YUV 85.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 195 10 187 0 0.95 0.04 0.24 302.59 0.9 0.4
Hex C3 A BB 0 5F 4 18 12F 5A 28
Octal 303 12 273 0 137 4 30 457 132 50
Binary 11000011 1010 10111011 0 1011111 100 11000 100101111 1011010 101000

Color Harmonies of #C30ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ABB

Black with #C30ABB

Text Example


Text Example

White with #C30ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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