Html Css Color HEX #C30BB1 Deep Magenta

📋 copy color: '#C30BB1'

red 195 ◦ green 11 ◦ blue 177

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

Shades of Deep Magenta #C30BB1

Tints of Deep Magenta #C30BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

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

R = 50.91%
G = 2.87%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C30BB1 (or 0xC30BB1) is known color: Deep Magenta. HEX triplet: C3, 0B and B1. RGB value is (195,11,177). Sum of RGB (Red+Green+Blue) = 195+11+177=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BB1 is #3CF44E. Grayscale: #545454. Windows color (decimal): -3994703 or 11602883. OLE color: 11602883.

HSL color Cylindrical-coordinate representation of color #C30BB1: hue angle of 305.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BB1 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 11 177 -
CMYK 0 0.94 0.09 0.24
HSL 305.87º 0.89% 0.4% -
HSV(B) 305.87º 0.94% 0.76% -
XYZ 30.56 15.02 42.88 -
YUV 84.94 179.96 206.5 -
System Red Green Blue C M Y K H S L
Decimal 195 11 177 0 0.94 0.09 0.24 305.87 0.89 0.4
Hex C3 B B1 0 5E 9 18 132 59 28
Octal 303 13 261 0 136 11 30 462 131 50
Binary 11000011 1011 10110001 0 1011110 1001 11000 100110010 1011001 101000

Color Harmonies of #C30BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BB1

Black with #C30BB1

Text Example


Text Example

White with #C30BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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