Html Css Color HEX #C30BB9 Deep Magenta

📋 copy color: '#C30BB9'

red 195 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #C30BB9

Tints of Deep Magenta #C30BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 49.87%
G = 2.81%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C30BB9 (or 0xC30BB9) is known color: Deep Magenta. HEX triplet: C3, 0B and B9. RGB value is (195,11,185). Sum of RGB (Red+Green+Blue) = 195+11+185=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BB9 is #3CF446. Grayscale: #555555. Windows color (decimal): -3994695 or 12127171. OLE color: 12127171.

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

Color convert

RGB 195 11 185 -
CMYK 0 0.94 0.05 0.24
HSL 303.26º 0.89% 0.4% -
HSV(B) 303.26º 0.94% 0.76% -
XYZ 31.38 15.34 47.21 -
YUV 85.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 195 11 185 0 0.94 0.05 0.24 303.26 0.89 0.4
Hex C3 B B9 0 5E 5 18 12F 59 28
Octal 303 13 271 0 136 5 30 457 131 50
Binary 11000011 1011 10111001 0 1011110 101 11000 100101111 1011001 101000

Color Harmonies of #C30BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BB9

Black with #C30BB9

Text Example


Text Example

White with #C30BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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