Html Css Color HEX #C30DDE Deep Magenta

📋 copy color: '#C30DDE'

red 195 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #C30DDE

Tints of Deep Magenta #C30DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 45.35%
G = 3.02%
B = 51.63%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C30DDE (or 0xC30DDE) is known color: Deep Magenta. HEX triplet: C3, 0D and DE. RGB value is (195,13,222). Sum of RGB (Red+Green+Blue) = 195+13+222=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #C30DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DDE is #3CF221. Grayscale: #5A5A5A. Windows color (decimal): -3994146 or 14552515. OLE color: 14552515.

HSL color Cylindrical-coordinate representation of color #C30DDE: hue angle of 292.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DDE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 13 222 -
CMYK 0.12 0.94 0 0.13
HSL 292.25º 0.89% 0.46% -
HSV(B) 292.25º 0.94% 0.87% -
XYZ 35.83 17.16 70.53 -
YUV 91.24 201.8 202.01 -
System Red Green Blue C M Y K H S L
Decimal 195 13 222 0.12 0.94 0 0.13 292.25 0.89 0.46
Hex C3 D DE C 5E 0 D 124 59 2E
Octal 303 15 336 14 136 0 15 444 131 56
Binary 11000011 1101 11011110 1100 1011110 0 1101 100100100 1011001 101110

Color Harmonies of #C30DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DDE

Black with #C30DDE

Text Example


Text Example

White with #C30DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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