Html Css Color HEX #CD25E1 Deep Magenta

📋 copy color: '#CD25E1'

red 205 ◦ green 37 ◦ blue 225

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

Shades of Deep Magenta #CD25E1

Tints of Deep Magenta #CD25E1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.92%

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

R = 43.9%
G = 7.92%
B = 48.18%

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

#CD25E1 (or 0xCD25E1) is known color: Deep Magenta. HEX triplet: CD, 25 and E1. RGB value is (205,37,225). Sum of RGB (Red+Green+Blue) = 205+37+225=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD25E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD25E1 is #32DA1E. Grayscale: #6C6C6C. Windows color (decimal): -3332639 or 14755277. OLE color: 14755277.

HSL color Cylindrical-coordinate representation of color #CD25E1: hue angle of 293.62º 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 #CD25E1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 37 225 -
CMYK 0.09 0.84 0 0.12
HSL 293.62º 0.76% 0.51% -
HSV(B) 293.62º 0.84% 0.88% -
XYZ 39.43 19.74 72.97 -
YUV 108.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 205 37 225 0.09 0.84 0 0.12 293.62 0.76 0.51
Hex CD 25 E1 9 54 0 C 126 4C 33
Octal 315 45 341 11 124 0 14 446 114 63
Binary 11001101 100101 11100001 1001 1010100 0 1100 100100110 1001100 110011

Color Harmonies of #CD25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25E1

Black with #CD25E1

Text Example


Text Example

White with #CD25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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