Html Css Color HEX #C30CBC Deep Magenta

📋 copy color: '#C30CBC'

red 195 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #C30CBC

Tints of Deep Magenta #C30CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 49.37%
G = 3.04%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C30CBC (or 0xC30CBC) is known color: Deep Magenta. HEX triplet: C3, 0C and BC. RGB value is (195,12,188). Sum of RGB (Red+Green+Blue) = 195+12+188=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CBC is #3CF343. Grayscale: #565656. Windows color (decimal): -3994436 or 12324035. OLE color: 12324035.

HSL color Cylindrical-coordinate representation of color #C30CBC: hue angle of 302.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CBC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 12 188 -
CMYK 0 0.94 0.04 0.24
HSL 302.3º 0.88% 0.41% -
HSV(B) 302.3º 0.94% 0.76% -
XYZ 31.71 15.5 48.9 -
YUV 86.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 195 12 188 0 0.94 0.04 0.24 302.3 0.88 0.41
Hex C3 C BC 0 5E 4 18 12E 58 29
Octal 303 14 274 0 136 4 30 456 130 51
Binary 11000011 1100 10111100 0 1011110 100 11000 100101110 1011000 101001

Color Harmonies of #C30CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CBC

Black with #C30CBC

Text Example


Text Example

White with #C30CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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