Html Css Color HEX #CF59CA Fuchsia

📋 copy color: '#CF59CA'

red 207 ◦ green 89 ◦ blue 202

#CF59CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF59CA

Tints of Fuchsia #CF59CA

RGB

 RED value IS 207 (81.25% from 255) = 41.57%

 GREEN value IS 89 (35.16% from 255) = 17.87%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 41.57%
G = 17.87%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF59CA (or 0xCF59CA) is known color: Fuchsia. HEX triplet: CF, 59 and CA. RGB value is (207,89,202). Sum of RGB (Red+Green+Blue) = 207+89+202=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59CA is #30A635. Grayscale: #888888. Windows color (decimal): -3188278 or 13261263. OLE color: 13261263.

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

Color convert

RGB 207 89 202 -
CMYK 0 0.57 0.02 0.19
HSL 302.54º 0.55% 0.58% -
HSV(B) 302.54º 0.57% 0.81% -
XYZ 39.97 24.67 58.53 -
YUV 137.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 207 89 202 0 0.57 0.02 0.19 302.54 0.55 0.58
Hex CF 59 CA 0 39 2 13 12F 37 3A
Octal 317 131 312 0 71 2 23 457 67 72
Binary 11001111 1011001 11001010 0 111001 10 10011 100101111 110111 111010

Color Harmonies of #CF59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59CA

Black with #CF59CA

Text Example


Text Example

White with #CF59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59CA; }

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

 H1.HeaderClassName
 {
   color: #CF59CA;
 }
 .AnyTagClassName
 {
   color: #CF59CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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