Html Css Color HEX #C30DCB Deep Magenta

📋 copy color: '#C30DCB'

red 195 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #C30DCB

Tints of Deep Magenta #C30DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.16%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 47.45%
G = 3.16%
B = 49.39%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C30DCB (or 0xC30DCB) is known color: Deep Magenta. HEX triplet: C3, 0D and CB. RGB value is (195,13,203). Sum of RGB (Red+Green+Blue) = 195+13+203=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #C30DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DCB is #3CF234. Grayscale: #585858. Windows color (decimal): -3994165 or 13307331. OLE color: 13307331.

HSL color Cylindrical-coordinate representation of color #C30DCB: hue angle of 297.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DCB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 13 203 -
CMYK 0.04 0.94 0 0.20
HSL 297.47º 0.88% 0.42% -
HSV(B) 297.47º 0.94% 0.8% -
XYZ 33.43 16.2 57.87 -
YUV 89.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 195 13 203 0.04 0.94 0 0.20 297.47 0.88 0.42
Hex C3 D CB 4 5E 0 14 129 58 2A
Octal 303 15 313 4 136 0 24 451 130 52
Binary 11000011 1101 11001011 100 1011110 0 10100 100101001 1011000 101010

Color Harmonies of #C30DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DCB

Black with #C30DCB

Text Example


Text Example

White with #C30DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DCB; }

 p { color: rgb(195,13,203); }

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

background-color css

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

 a { background-color: rgb(195,13,203); }

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

border-color css

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

 span { border-color: rgb(195,13,203); }

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