#CD63AF

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

Shades of Fuchsia #CD63AF

Tints of Fuchsia #CD63AF

Color information

#CD63AF (or 0xCD63AF) is unknown color: approx Fuchsia. HEX triplet: CD, 63 and AF. RGB value is (205,99,175). Sum of RGB (Red+Green+Blue) = 205+99+175=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD63AF is #329C50. Grayscale: #8B8B8B. Windows color (decimal): -3316817 or 11494349. OLE color: 11494349.

HSL color Cylindrical-coordinate representation of color #CD63AF: hue angle of 316.98º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD63AF is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20599175-
CMYK00.520.150.20
HSL316.98º51.46%59.61%-
HSV(B)316.98º51.71%80.39%-
XYZ37.382543.41-
YUV139.36148.12174.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=42.80%
G=20.67%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059917500.520.150.20316.9851.4659.61
HexCD63AF034F1413d333c
Octal31514325706417244756374
Binary110011011100011101011110110100111110100100111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63AF; }

 p { color: rgb(205,99,175); }

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

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

 a { background-color: rgb(205,99,175); }

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

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

 span { border-color: rgb(205,99,175); }

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