Html Css Color HEX #CF56D1 Fuchsia

📋 copy color: '#CF56D1'

red 207 ◦ green 86 ◦ blue 209

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

Shades of Fuchsia #CF56D1

Tints of Fuchsia #CF56D1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 41.24%
G = 17.13%
B = 41.63%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF56D1 (or 0xCF56D1) is known color: Fuchsia. HEX triplet: CF, 56 and D1. RGB value is (207,86,209). Sum of RGB (Red+Green+Blue) = 207+86+209=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF56D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56D1 is #30A92E. Grayscale: #878787. Windows color (decimal): -3189039 or 13719247. OLE color: 13719247.

HSL color Cylindrical-coordinate representation of color #CF56D1: hue angle of 299.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF56D1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 86 209 -
CMYK 0.01 0.59 0 0.18
HSL 299.02º 0.57% 0.58% -
HSV(B) 299.02º 0.59% 0.82% -
XYZ 40.57 24.52 62.92 -
YUV 136.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 207 86 209 0.01 0.59 0 0.18 299.02 0.57 0.58
Hex CF 56 D1 1 3B 0 12 12B 39 3A
Octal 317 126 321 1 73 0 22 453 71 72
Binary 11001111 1010110 11010001 1 111011 0 10010 100101011 111001 111010

Color Harmonies of #CF56D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56D1

Black with #CF56D1

Text Example


Text Example

White with #CF56D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56D1; }

 p { color: rgb(207,86,209); }

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

background-color css

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

 a { background-color: rgb(207,86,209); }

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

border-color css

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

 span { border-color: rgb(207,86,209); }

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