Html Css Color HEX #C30FB0 Deep Magenta

📋 copy color: '#C30FB0'

red 195 ◦ green 15 ◦ blue 176

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

Shades of Deep Magenta #C30FB0

Tints of Deep Magenta #C30FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

 BLUE value IS 176 (69.14% from 255) = 45.6%

R = 50.52%
G = 3.89%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C30FB0 (or 0xC30FB0) is known color: Deep Magenta. HEX triplet: C3, 0F and B0. RGB value is (195,15,176). Sum of RGB (Red+Green+Blue) = 195+15+176=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FB0 is #3CF04F. Grayscale: #565656. Windows color (decimal): -3993680 or 11538371. OLE color: 11538371.

HSL color Cylindrical-coordinate representation of color #C30FB0: hue angle of 306.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 15 176 -
CMYK 0 0.92 0.10 0.24
HSL 306.33º 0.86% 0.41% -
HSV(B) 306.33º 0.92% 0.76% -
XYZ 30.51 15.08 42.38 -
YUV 87.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 195 15 176 0 0.92 0.10 0.24 306.33 0.86 0.41
Hex C3 F B0 0 5C A 18 132 56 29
Octal 303 17 260 0 134 12 30 462 126 51
Binary 11000011 1111 10110000 0 1011100 1010 11000 100110010 1010110 101001

Color Harmonies of #C30FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FB0

Black with #C30FB0

Text Example


Text Example

White with #C30FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FB0; }

 p { color: rgb(195,15,176); }

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

background-color css

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

 a { background-color: rgb(195,15,176); }

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

border-color css

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

 span { border-color: rgb(195,15,176); }

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