Html Css Color HEX #C30FB1 Deep Magenta

📋 copy color: '#C30FB1'

red 195 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #C30FB1

Tints of Deep Magenta #C30FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.74%

R = 50.39%
G = 3.88%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C30FB1 (or 0xC30FB1) is known color: Deep Magenta. HEX triplet: C3, 0F and B1. RGB value is (195,15,177). Sum of RGB (Red+Green+Blue) = 195+15+177=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FB1 is #3CF04E. Grayscale: #565656. Windows color (decimal): -3993679 or 11603907. OLE color: 11603907.

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

Color convert

RGB 195 15 177 -
CMYK 0 0.92 0.09 0.24
HSL 306º 0.86% 0.41% -
HSV(B) 306º 0.92% 0.76% -
XYZ 30.61 15.12 42.9 -
YUV 87.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 195 15 177 0 0.92 0.09 0.24 306 0.86 0.41
Hex C3 F B1 0 5C 9 18 132 56 29
Octal 303 17 261 0 134 11 30 462 126 51
Binary 11000011 1111 10110001 0 1011100 1001 11000 100110010 1010110 101001

Color Harmonies of #C30FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FB1

Black with #C30FB1

Text Example


Text Example

White with #C30FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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