#CF36D5

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

Shades of Fuchsia #CF36D5

Tints of Fuchsia #CF36D5

Color information

#CF36D5 (or 0xCF36D5) is unknown color: approx Fuchsia. HEX triplet: CF, 36 and D5. RGB value is (207,54,213). Sum of RGB (Red+Green+Blue) = 207+54+213=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36D5 is #30C92A. Grayscale: #757575. Windows color (decimal): -3197227 or 13973199. OLE color: 13973199.

HSL color Cylindrical-coordinate representation of color #CF36D5: hue angle of 297.74º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF36D5 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20754213-
CMYK0.030.7500.16
HSL297.74º65.43%52.35%-
HSV(B)297.74º74.65%83.53%-
XYZ39.0620.7164.89-
YUV117.87181.69191.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 54 (21.48% from 255) = 11.39%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=43.67%
G=11.39%
B=44.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207542130.030.7500.16297.7465.4352.35
HexCF36D534B01012a4134
Octal31766325311302045210164
Binary11001111110110110101011110010110100001001010101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF36D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF36D5; }

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

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

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

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

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

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

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

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