#CF36AD

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

Shades of Fuchsia #CF36AD

Tints of Fuchsia #CF36AD

Color information

#CF36AD (or 0xCF36AD) is unknown color: approx Fuchsia. HEX triplet: CF, 36 and AD. RGB value is (207,54,173). Sum of RGB (Red+Green+Blue) = 207+54+173=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AD is #30C952. Grayscale: #707070. Windows color (decimal): -3197267 or 11351759. OLE color: 11351759.

HSL color Cylindrical-coordinate representation of color #CF36AD: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF36AD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB20754173-
CMYK00.740.160.19
HSL313.33º61.45%51.18%-
HSV(B)313.33º73.91%81.18%-
XYZ34.5918.9241.36-
YUV113.31161.69194.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=47.70%
G=12.44%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075417300.740.160.19313.3361.4551.18
HexCF36AD04A10131393d33
Octal31766255011220234717563
Binary1100111111011010101101010010101000010011100111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF36AD; }

 p { color: rgb(207,54,173); }

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

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

 a { background-color: rgb(207,54,173); }

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

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

 span { border-color: rgb(207,54,173); }

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