Html Css Color HEX #C30FDD Deep Magenta

📋 copy color: '#C30FDD'

red 195 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C30FDD

Tints of Deep Magenta #C30FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.48%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 45.24%
G = 3.48%
B = 51.28%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C30FDD (or 0xC30FDD) is known color: Deep Magenta. HEX triplet: C3, 0F and DD. RGB value is (195,15,221). Sum of RGB (Red+Green+Blue) = 195+15+221=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C30FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FDD is #3CF022. Grayscale: #5B5B5B. Windows color (decimal): -3993635 or 14487491. OLE color: 14487491.

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

Color convert

RGB 195 15 221 -
CMYK 0.12 0.93 0 0.13
HSL 292.43º 0.87% 0.46% -
HSV(B) 292.43º 0.93% 0.87% -
XYZ 35.73 17.16 69.84 -
YUV 92.3 200.63 201.25 -
System Red Green Blue C M Y K H S L
Decimal 195 15 221 0.12 0.93 0 0.13 292.43 0.87 0.46
Hex C3 F DD C 5D 0 D 124 57 2E
Octal 303 17 335 14 135 0 15 444 127 56
Binary 11000011 1111 11011101 1100 1011101 0 1101 100100100 1010111 101110

Color Harmonies of #C30FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FDD

Black with #C30FDD

Text Example


Text Example

White with #C30FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FDD; }

 p { color: rgb(195,15,221); }

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

background-color css

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

 a { background-color: rgb(195,15,221); }

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

border-color css

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

 span { border-color: rgb(195,15,221); }

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