Html Css Color HEX #C30BBC Deep Magenta

📋 copy color: '#C30BBC'

red 195 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #C30BBC

Tints of Deep Magenta #C30BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 49.49%
G = 2.79%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C30BBC (or 0xC30BBC) is known color: Deep Magenta. HEX triplet: C3, 0B and BC. RGB value is (195,11,188). Sum of RGB (Red+Green+Blue) = 195+11+188=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BBC is #3CF443. Grayscale: #555555. Windows color (decimal): -3994692 or 12323779. OLE color: 12323779.

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

Color convert

RGB 195 11 188 -
CMYK 0 0.94 0.04 0.24
HSL 302.28º 0.89% 0.4% -
HSV(B) 302.28º 0.94% 0.76% -
XYZ 31.7 15.47 48.89 -
YUV 86.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 195 11 188 0 0.94 0.04 0.24 302.28 0.89 0.4
Hex C3 B BC 0 5E 4 18 12E 59 28
Octal 303 13 274 0 136 4 30 456 131 50
Binary 11000011 1011 10111100 0 1011110 100 11000 100101110 1011001 101000

Color Harmonies of #C30BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BBC

Black with #C30BBC

Text Example


Text Example

White with #C30BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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