Html Css Color HEX #C30CCE Deep Magenta

📋 copy color: '#C30CCE'

red 195 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C30CCE

Tints of Deep Magenta #C30CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 47.22%
G = 2.91%
B = 49.88%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C30CCE (or 0xC30CCE) is known color: Deep Magenta. HEX triplet: C3, 0C and CE. RGB value is (195,12,206). Sum of RGB (Red+Green+Blue) = 195+12+206=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #C30CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCE is #3CF331. Grayscale: #585858. Windows color (decimal): -3994418 or 13503683. OLE color: 13503683.

HSL color Cylindrical-coordinate representation of color #C30CCE: hue angle of 296.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 12 206 -
CMYK 0.05 0.94 0 0.19
HSL 296.6º 0.89% 0.43% -
HSV(B) 296.6º 0.94% 0.81% -
XYZ 33.78 16.32 59.76 -
YUV 88.83 194.13 203.73 -
System Red Green Blue C M Y K H S L
Decimal 195 12 206 0.05 0.94 0 0.19 296.6 0.89 0.43
Hex C3 C CE 5 5E 0 13 129 59 2B
Octal 303 14 316 5 136 0 23 451 131 53
Binary 11000011 1100 11001110 101 1011110 0 10011 100101001 1011001 101011

Color Harmonies of #C30CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CCE

Black with #C30CCE

Text Example


Text Example

White with #C30CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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