Html Css Color HEX #C923CC Deep Magenta

📋 copy color: '#C923CC'

red 201 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #C923CC

Tints of Deep Magenta #C923CC

RGB

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

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

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

R = 45.68%
G = 7.95%
B = 46.36%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C923CC (or 0xC923CC) is known color: Deep Magenta. HEX triplet: C9, 23 and CC. RGB value is (201,35,204). Sum of RGB (Red+Green+Blue) = 201+35+204=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #C923CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923CC is #36DC33. Grayscale: #676767. Windows color (decimal): -3595316 or 13378505. OLE color: 13378505.

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

Color convert

RGB 201 35 204 -
CMYK 0.01 0.83 0 0.2
HSL 298.93º 0.71% 0.47% -
HSV(B) 298.93º 0.83% 0.8% -
XYZ 35.59 17.98 58.72 -
YUV 103.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 201 35 204 0.01 0.83 0 0.2 298.93 0.71 0.47
Hex C9 23 CC 1 53 0 14 12B 47 2F
Octal 311 43 314 1 123 0 24 453 107 57
Binary 11001001 100011 11001100 1 1010011 0 10100 100101011 1000111 101111

Color Harmonies of #C923CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923CC

Black with #C923CC

Text Example


Text Example

White with #C923CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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