Html Css Color HEX #C11CCA Deep Magenta

📋 copy color: '#C11CCA'

red 193 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #C11CCA

Tints of Deep Magenta #C11CCA

RGB

 RED value IS 193 (75.78% from 255) = 45.63%

 GREEN value IS 28 (11.33% from 255) = 6.62%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 45.63%
G = 6.62%
B = 47.75%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C11CCA (or 0xC11CCA) is known color: Deep Magenta. HEX triplet: C1, 1C and CA. RGB value is (193,28,202). Sum of RGB (Red+Green+Blue) = 193+28+202=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #C11CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCA is #3EE335. Grayscale: #606060. Windows color (decimal): -4121398 or 13245633. OLE color: 13245633.

HSL color Cylindrical-coordinate representation of color #C11CCA: hue angle of 296.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11CCA is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 28 202 -
CMYK 0.04 0.86 0 0.21
HSL 296.9º 0.76% 0.45% -
HSV(B) 296.9º 0.86% 0.79% -
XYZ 33.07 16.43 57.31 -
YUV 97.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 193 28 202 0.04 0.86 0 0.21 296.9 0.76 0.45
Hex C1 1C CA 4 56 0 15 129 4C 2D
Octal 301 34 312 4 126 0 25 451 114 55
Binary 11000001 11100 11001010 100 1010110 0 10101 100101001 1001100 101101

Color Harmonies of #C11CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CCA

Black with #C11CCA

Text Example


Text Example

White with #C11CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CCA; }

 p { color: rgb(193,28,202); }

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

background-color css

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

 a { background-color: rgb(193,28,202); }

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

border-color css

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

 span { border-color: rgb(193,28,202); }

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