Html Css Color HEX #CD28C4 Deep Magenta

📋 copy color: '#CD28C4'

red 205 ◦ green 40 ◦ blue 196

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

Shades of Deep Magenta #CD28C4

Tints of Deep Magenta #CD28C4

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 46.49%
G = 9.07%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD28C4 (or 0xCD28C4) is known color: Deep Magenta. HEX triplet: CD, 28 and C4. RGB value is (205,40,196). Sum of RGB (Red+Green+Blue) = 205+40+196=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28C4 is #32D73B. Grayscale: #6A6A6A. Windows color (decimal): -3331900 or 12855501. OLE color: 12855501.

HSL color Cylindrical-coordinate representation of color #CD28C4: hue angle of 303.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28C4 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 196 -
CMYK 0 0.80 0.04 0.20
HSL 303.27º 0.67% 0.48% -
HSV(B) 303.27º 0.8% 0.8% -
XYZ 35.9 18.48 53.9 -
YUV 107.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 205 40 196 0 0.80 0.04 0.20 303.27 0.67 0.48
Hex CD 28 C4 0 50 4 14 12F 43 30
Octal 315 50 304 0 120 4 24 457 103 60
Binary 11001101 101000 11000100 0 1010000 100 10100 100101111 1000011 110000

Color Harmonies of #CD28C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28C4

Black with #CD28C4

Text Example


Text Example

White with #CD28C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28C4; }

 p { color: rgb(205,40,196); }

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

background-color css

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

 a { background-color: rgb(205,40,196); }

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

border-color css

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

 span { border-color: rgb(205,40,196); }

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