Html Css Color HEX #C30FE0 Deep Magenta

📋 copy color: '#C30FE0'

red 195 ◦ green 15 ◦ blue 224

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

Shades of Deep Magenta #C30FE0

Tints of Deep Magenta #C30FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 44.93%
G = 3.46%
B = 51.61%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C30FE0 (or 0xC30FE0) is known color: Deep Magenta. HEX triplet: C3, 0F and E0. RGB value is (195,15,224). Sum of RGB (Red+Green+Blue) = 195+15+224=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #C30FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FE0 is #3CF01F. Grayscale: #5B5B5B. Windows color (decimal): -3993632 or 14684099. OLE color: 14684099.

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

Color convert

RGB 195 15 224 -
CMYK 0.13 0.93 0 0.12
HSL 291.67º 0.87% 0.47% -
HSV(B) 291.67º 0.93% 0.88% -
XYZ 36.13 17.33 71.96 -
YUV 92.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 195 15 224 0.13 0.93 0 0.12 291.67 0.87 0.47
Hex C3 F E0 D 5D 0 C 124 57 2F
Octal 303 17 340 15 135 0 14 444 127 57
Binary 11000011 1111 11100000 1101 1011101 0 1100 100100100 1010111 101111

Color Harmonies of #C30FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FE0

Black with #C30FE0

Text Example


Text Example

White with #C30FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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