Html Css Color HEX #C30BDC Deep Magenta

📋 copy color: '#C30BDC'

red 195 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #C30BDC

Tints of Deep Magenta #C30BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 45.77%
G = 2.58%
B = 51.64%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C30BDC (or 0xC30BDC) is known color: Deep Magenta. HEX triplet: C3, 0B and DC. RGB value is (195,11,220). Sum of RGB (Red+Green+Blue) = 195+11+220=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C30BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BDC is #3CF423. Grayscale: #595959. Windows color (decimal): -3994660 or 14420931. OLE color: 14420931.

HSL color Cylindrical-coordinate representation of color #C30BDC: hue angle of 292.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BDC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 11 220 -
CMYK 0.11 0.95 0 0.14
HSL 292.82º 0.9% 0.45% -
HSV(B) 292.82º 0.95% 0.86% -
XYZ 35.54 17.01 69.12 -
YUV 89.84 201.46 203.01 -
System Red Green Blue C M Y K H S L
Decimal 195 11 220 0.11 0.95 0 0.14 292.82 0.9 0.45
Hex C3 B DC B 5F 0 E 125 5A 2D
Octal 303 13 334 13 137 0 16 445 132 55
Binary 11000011 1011 11011100 1011 1011111 0 1110 100100101 1011010 101101

Color Harmonies of #C30BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BDC

Black with #C30BDC

Text Example


Text Example

White with #C30BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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