#CF61CA

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

Shades of Fuchsia #CF61CA

Tints of Fuchsia #CF61CA

Color information

#CF61CA (or 0xCF61CA) is unknown color: approx Fuchsia. HEX triplet: CF, 61 and CA. RGB value is (207,97,202). Sum of RGB (Red+Green+Blue) = 207+97+202=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61CA is #309E35. Grayscale: #8D8D8D. Windows color (decimal): -3186230 or 13263311. OLE color: 13263311.

HSL color Cylindrical-coordinate representation of color #CF61CA: hue angle of 302.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61CA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20797202-
CMYK00.530.020.19
HSL302.73º53.4%59.61%-
HSV(B)302.73º53.14%81.18%-
XYZ40.6726.0858.77-
YUV141.86161.94174.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=40.91%
G=19.17%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079720200.530.020.19302.7353.459.61
HexCF61CA03521312f353c
Octal3171413120652234576574
Binary1100111111000011100101001101011010011100101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61CA; }

 p { color: rgb(207,97,202); }

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

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

 a { background-color: rgb(207,97,202); }

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

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

 span { border-color: rgb(207,97,202); }

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