Html Css Color HEX #C30BC1 Deep Magenta

📋 copy color: '#C30BC1'

red 195 ◦ green 11 ◦ blue 193

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

Shades of Deep Magenta #C30BC1

Tints of Deep Magenta #C30BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 48.87%
G = 2.76%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C30BC1 (or 0xC30BC1) is known color: Deep Magenta. HEX triplet: C3, 0B and C1. RGB value is (195,11,193). Sum of RGB (Red+Green+Blue) = 195+11+193=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BC1 is #3CF43E. Grayscale: #565656. Windows color (decimal): -3994687 or 12651459. OLE color: 12651459.

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

Color convert

RGB 195 11 193 -
CMYK 0 0.94 0.01 0.24
HSL 300.65º 0.89% 0.4% -
HSV(B) 300.65º 0.94% 0.76% -
XYZ 32.25 15.69 51.78 -
YUV 86.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 195 11 193 0 0.94 0.01 0.24 300.65 0.89 0.4
Hex C3 B C1 0 5E 1 18 12D 59 28
Octal 303 13 301 0 136 1 30 455 131 50
Binary 11000011 1011 11000001 0 1011110 1 11000 100101101 1011001 101000

Color Harmonies of #C30BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BC1

Black with #C30BC1

Text Example


Text Example

White with #C30BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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