#CD42BE

Color #CD42BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD42BE

Tints of Fuchsia #CD42BE

Color information

#CD42BE (or 0xCD42BE) is unknown color: approx Fuchsia. HEX triplet: CD, 42 and BE. RGB value is (205,66,190). Sum of RGB (Red+Green+Blue) = 205+66+190=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42BE is #32BD41. Grayscale: #797979. Windows color (decimal): -3325250 or 12468941. OLE color: 12468941.

HSL color Cylindrical-coordinate representation of color #CD42BE: hue angle of 306.47º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42BE is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20566190-
CMYK00.680.070.20
HSL306.47º58.16%53.14%-
HSV(B)306.47º67.8%80.39%-
XYZ36.4220.5950.77-
YUV121.7166.55187.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 66 (26.17% from 255) = 14.32%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=44.47%
G=14.32%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056619000.680.070.20306.4758.1653.14
HexCD42BE0447141323a35
Octal31510227601047244627265
Binary110011011000010101111100100010011110100100110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD42BE; }

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

 H1.HeaderClassName
 {
   color: #CD42BE;
 }
 .AnyTagClassName
 {
   color: #CD42BE;
 }
</style>
background-color css

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

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

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

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

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

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