Html Css Color HEX #C30CC9 Deep Magenta

📋 copy color: '#C30CC9'

red 195 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C30CC9

Tints of Deep Magenta #C30CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.94%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 47.79%
G = 2.94%
B = 49.26%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C30CC9 (or 0xC30CC9) is known color: Deep Magenta. HEX triplet: C3, 0C and C9. RGB value is (195,12,201). Sum of RGB (Red+Green+Blue) = 195+12+201=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #C30CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CC9 is #3CF336. Grayscale: #575757. Windows color (decimal): -3994423 or 13176003. OLE color: 13176003.

HSL color Cylindrical-coordinate representation of color #C30CC9: hue angle of 298.1º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CC9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 12 201 -
CMYK 0.03 0.94 0 0.21
HSL 298.1º 0.89% 0.42% -
HSV(B) 298.1º 0.94% 0.79% -
XYZ 33.18 16.08 56.61 -
YUV 88.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 195 12 201 0.03 0.94 0 0.21 298.1 0.89 0.42
Hex C3 C C9 3 5E 0 15 12A 59 2A
Octal 303 14 311 3 136 0 25 452 131 52
Binary 11000011 1100 11001001 11 1011110 0 10101 100101010 1011001 101010

Color Harmonies of #C30CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CC9

Black with #C30CC9

Text Example


Text Example

White with #C30CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CC9; }

 p { color: rgb(195,12,201); }

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

background-color css

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

 a { background-color: rgb(195,12,201); }

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

border-color css

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

 span { border-color: rgb(195,12,201); }

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