Html Css Color HEX #C122CC Deep Magenta

📋 copy color: '#C122CC'

red 193 ◦ green 34 ◦ blue 204

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

Shades of Deep Magenta #C122CC

Tints of Deep Magenta #C122CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.89%

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

R = 44.78%
G = 7.89%
B = 47.33%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C122CC (or 0xC122CC) is known color: Deep Magenta. HEX triplet: C1, 22 and CC. RGB value is (193,34,204). Sum of RGB (Red+Green+Blue) = 193+34+204=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C122CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122CC is #3EDD33. Grayscale: #646464. Windows color (decimal): -4119860 or 13378241. OLE color: 13378241.

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

Color convert

RGB 193 34 204 -
CMYK 0.05 0.83 0 0.2
HSL 296.12º 0.71% 0.47% -
HSV(B) 296.12º 0.83% 0.8% -
XYZ 33.46 16.84 58.61 -
YUV 100.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 193 34 204 0.05 0.83 0 0.2 296.12 0.71 0.47
Hex C1 22 CC 5 53 0 14 128 47 2F
Octal 301 42 314 5 123 0 24 450 107 57
Binary 11000001 100010 11001100 101 1010011 0 10100 100101000 1000111 101111

Color Harmonies of #C122CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122CC

Black with #C122CC

Text Example


Text Example

White with #C122CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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