Html Css Color HEX #CD23C6 Deep Magenta

📋 copy color: '#CD23C6'

red 205 ◦ green 35 ◦ blue 198

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

Shades of Deep Magenta #CD23C6

Tints of Deep Magenta #CD23C6

RGB

 RED value IS 205 (80.47% from 255) = 46.8%

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

 BLUE value IS 198 (77.73% from 255) = 45.21%

R = 46.8%
G = 7.99%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD23C6 (or 0xCD23C6) is known color: Deep Magenta. HEX triplet: CD, 23 and C6. RGB value is (205,35,198). Sum of RGB (Red+Green+Blue) = 205+35+198=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD23C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23C6 is #32DC39. Grayscale: #676767. Windows color (decimal): -3333178 or 12985293. OLE color: 12985293.

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

Color convert

RGB 205 35 198 -
CMYK 0 0.83 0.03 0.20
HSL 302.47º 0.71% 0.47% -
HSV(B) 302.47º 0.83% 0.8% -
XYZ 35.97 18.26 55.05 -
YUV 104.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 205 35 198 0 0.83 0.03 0.20 302.47 0.71 0.47
Hex CD 23 C6 0 53 3 14 12E 47 2F
Octal 315 43 306 0 123 3 24 456 107 57
Binary 11001101 100011 11000110 0 1010011 11 10100 100101110 1000111 101111

Color Harmonies of #CD23C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23C6

Black with #CD23C6

Text Example


Text Example

White with #CD23C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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