Html Css Color HEX #C123CA Deep Magenta

📋 copy color: '#C123CA'

red 193 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #C123CA

Tints of Deep Magenta #C123CA

RGB

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

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

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

R = 44.88%
G = 8.14%
B = 46.98%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C123CA (or 0xC123CA) is known color: Deep Magenta. HEX triplet: C1, 23 and CA. RGB value is (193,35,202). Sum of RGB (Red+Green+Blue) = 193+35+202=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C123CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123CA is #3EDC35. Grayscale: #646464. Windows color (decimal): -4119606 or 13247425. OLE color: 13247425.

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

Color convert

RGB 193 35 202 -
CMYK 0.04 0.83 0 0.21
HSL 296.77º 0.7% 0.46% -
HSV(B) 296.77º 0.83% 0.79% -
XYZ 33.25 16.8 57.37 -
YUV 101.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 193 35 202 0.04 0.83 0 0.21 296.77 0.7 0.46
Hex C1 23 CA 4 53 0 15 129 46 2E
Octal 301 43 312 4 123 0 25 451 106 56
Binary 11000001 100011 11001010 100 1010011 0 10101 100101001 1000110 101110

Color Harmonies of #C123CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123CA

Black with #C123CA

Text Example


Text Example

White with #C123CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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