Html Css Color HEX #C923CA Deep Magenta

📋 copy color: '#C923CA'

red 201 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #C923CA

Tints of Deep Magenta #C923CA

RGB

 RED value IS 201 (78.91% from 255) = 45.89%

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

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

R = 45.89%
G = 7.99%
B = 46.12%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C923CA (or 0xC923CA) is known color: Deep Magenta. HEX triplet: C9, 23 and CA. RGB value is (201,35,202). Sum of RGB (Red+Green+Blue) = 201+35+202=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #C923CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923CA is #36DC35. Grayscale: #676767. Windows color (decimal): -3595318 or 13247433. OLE color: 13247433.

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

Color convert

RGB 201 35 202 -
CMYK 0.00 0.83 0 0.21
HSL 299.64º 0.7% 0.46% -
HSV(B) 299.64º 0.83% 0.79% -
XYZ 35.35 17.88 57.47 -
YUV 103.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 201 35 202 0.00 0.83 0 0.21 299.64 0.7 0.46
Hex C9 23 CA 0 53 0 15 12C 46 2E
Octal 311 43 312 0 123 0 25 454 106 56
Binary 11001001 100011 11001010 0 1010011 0 10101 100101100 1000110 101110

Color Harmonies of #C923CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923CA

Black with #C923CA

Text Example


Text Example

White with #C923CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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