Html Css Color HEX #CD23E1 Deep Magenta

📋 copy color: '#CD23E1'

red 205 ◦ green 35 ◦ blue 225

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

Shades of Deep Magenta #CD23E1

Tints of Deep Magenta #CD23E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.39%

R = 44.09%
G = 7.53%
B = 48.39%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD23E1 (or 0xCD23E1) is known color: Deep Magenta. HEX triplet: CD, 23 and E1. RGB value is (205,35,225). Sum of RGB (Red+Green+Blue) = 205+35+225=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD23E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23E1 is #32DC1E. Grayscale: #6A6A6A. Windows color (decimal): -3333151 or 14754765. OLE color: 14754765.

HSL color Cylindrical-coordinate representation of color #CD23E1: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD23E1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 35 225 -
CMYK 0.09 0.84 0 0.12
HSL 293.68º 0.76% 0.51% -
HSV(B) 293.68º 0.84% 0.88% -
XYZ 39.37 19.62 72.95 -
YUV 107.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 205 35 225 0.09 0.84 0 0.12 293.68 0.76 0.51
Hex CD 23 E1 9 54 0 C 126 4C 33
Octal 315 43 341 11 124 0 14 446 114 63
Binary 11001101 100011 11100001 1001 1010100 0 1100 100100110 1001100 110011

Color Harmonies of #CD23E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23E1

Black with #CD23E1

Text Example


Text Example

White with #CD23E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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