Html Css Color HEX #C123CD Deep Magenta

📋 copy color: '#C123CD'

red 193 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #C123CD

Tints of Deep Magenta #C123CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.08%

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

R = 44.57%
G = 8.08%
B = 47.34%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C123CD (or 0xC123CD) is known color: Deep Magenta. HEX triplet: C1, 23 and CD. RGB value is (193,35,205). Sum of RGB (Red+Green+Blue) = 193+35+205=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C123CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123CD is #3EDC32. Grayscale: #656565. Windows color (decimal): -4119603 or 13444033. OLE color: 13444033.

HSL color Cylindrical-coordinate representation of color #C123CD: hue angle of 295.76º 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 #C123CD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 35 205 -
CMYK 0.06 0.83 0 0.20
HSL 295.76º 0.71% 0.47% -
HSV(B) 295.76º 0.83% 0.8% -
XYZ 33.61 16.95 59.26 -
YUV 101.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 193 35 205 0.06 0.83 0 0.20 295.76 0.71 0.47
Hex C1 23 CD 6 53 0 14 128 47 2F
Octal 301 43 315 6 123 0 24 450 107 57
Binary 11000001 100011 11001101 110 1010011 0 10100 100101000 1000111 101111

Color Harmonies of #C123CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123CD

Black with #C123CD

Text Example


Text Example

White with #C123CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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