Html Css Color HEX #CD14BE Deep Magenta

📋 copy color: '#CD14BE'

red 205 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #CD14BE

Tints of Deep Magenta #CD14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.82%

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 49.4%
G = 4.82%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD14BE (or 0xCD14BE) is known color: Deep Magenta. HEX triplet: CD, 14 and BE. RGB value is (205,20,190). Sum of RGB (Red+Green+Blue) = 205+20+190=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14BE is #32EB41. Grayscale: #5E5E5E. Windows color (decimal): -3337026 or 12457165. OLE color: 12457165.

HSL color Cylindrical-coordinate representation of color #CD14BE: hue angle of 304.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD14BE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 190 -
CMYK 0 0.90 0.07 0.20
HSL 304.86º 0.82% 0.44% -
HSV(B) 304.86º 0.9% 0.8% -
XYZ 34.72 17.2 50.2 -
YUV 94.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 205 20 190 0 0.90 0.07 0.20 304.86 0.82 0.44
Hex CD 14 BE 0 5A 7 14 131 52 2C
Octal 315 24 276 0 132 7 24 461 122 54
Binary 11001101 10100 10111110 0 1011010 111 10100 100110001 1010010 101100

Color Harmonies of #CD14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD14BE

Black with #CD14BE

Text Example


Text Example

White with #CD14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD14BE; }

 p { color: rgb(205,20,190); }

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

background-color css

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

 a { background-color: rgb(205,20,190); }

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

border-color css

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

 span { border-color: rgb(205,20,190); }

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