Html Css Color HEX #C121CC Deep Magenta

📋 copy color: '#C121CC'

red 193 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #C121CC

Tints of Deep Magenta #C121CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 44.88%
G = 7.67%
B = 47.44%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C121CC (or 0xC121CC) is known color: Deep Magenta. HEX triplet: C1, 21 and CC. RGB value is (193,33,204). Sum of RGB (Red+Green+Blue) = 193+33+204=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C121CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121CC is #3EDE33. Grayscale: #636363. Windows color (decimal): -4120116 or 13377985. OLE color: 13377985.

HSL color Cylindrical-coordinate representation of color #C121CC: hue angle of 296.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C121CC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 33 204 -
CMYK 0.05 0.84 0 0.2
HSL 296.14º 0.72% 0.46% -
HSV(B) 296.14º 0.84% 0.8% -
XYZ 33.44 16.78 58.6 -
YUV 100.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 193 33 204 0.05 0.84 0 0.2 296.14 0.72 0.46
Hex C1 21 CC 5 54 0 14 128 48 2E
Octal 301 41 314 5 124 0 24 450 110 56
Binary 11000001 100001 11001100 101 1010100 0 10100 100101000 1001000 101110

Color Harmonies of #C121CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121CC

Black with #C121CC

Text Example


Text Example

White with #C121CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121CC; }

 p { color: rgb(193,33,204); }

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

background-color css

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

 a { background-color: rgb(193,33,204); }

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

border-color css

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

 span { border-color: rgb(193,33,204); }

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