Html Css Color HEX #C121CD Deep Magenta

📋 copy color: '#C121CD'

red 193 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C121CD

Tints of Deep Magenta #C121CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 44.78%
G = 7.66%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C121CD (or 0xC121CD) is known color: Deep Magenta. HEX triplet: C1, 21 and CD. RGB value is (193,33,205). Sum of RGB (Red+Green+Blue) = 193+33+205=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C121CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121CD is #3EDE32. Grayscale: #636363. Windows color (decimal): -4120115 or 13443521. OLE color: 13443521.

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

Color convert

RGB 193 33 205 -
CMYK 0.06 0.84 0 0.20
HSL 295.81º 0.72% 0.47% -
HSV(B) 295.81º 0.84% 0.8% -
XYZ 33.56 16.83 59.24 -
YUV 100.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 193 33 205 0.06 0.84 0 0.20 295.81 0.72 0.47
Hex C1 21 CD 6 54 0 14 128 48 2F
Octal 301 41 315 6 124 0 24 450 110 57
Binary 11000001 100001 11001101 110 1010100 0 10100 100101000 1001000 101111

Color Harmonies of #C121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121CD

Black with #C121CD

Text Example


Text Example

White with #C121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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