Html Css Color HEX #CD25B2 Deep Magenta

📋 copy color: '#CD25B2'

red 205 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #CD25B2

Tints of Deep Magenta #CD25B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 48.81%
G = 8.81%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD25B2 (or 0xCD25B2) is known color: Deep Magenta. HEX triplet: CD, 25 and B2. RGB value is (205,37,178). Sum of RGB (Red+Green+Blue) = 205+37+178=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD25B2 is #32DA4D. Grayscale: #666666. Windows color (decimal): -3332686 or 11675085. OLE color: 11675085.

HSL color Cylindrical-coordinate representation of color #CD25B2: hue angle of 309.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD25B2 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 178 -
CMYK 0 0.82 0.13 0.20
HSL 309.64º 0.69% 0.47% -
HSV(B) 309.64º 0.82% 0.8% -
XYZ 33.87 17.52 43.72 -
YUV 103.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 205 37 178 0 0.82 0.13 0.20 309.64 0.69 0.47
Hex CD 25 B2 0 52 D 14 136 45 2F
Octal 315 45 262 0 122 15 24 466 105 57
Binary 11001101 100101 10110010 0 1010010 1101 10100 100110110 1000101 101111

Color Harmonies of #CD25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25B2

Black with #CD25B2

Text Example


Text Example

White with #CD25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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