Html Css Color HEX #CF55D1 Fuchsia

📋 copy color: '#CF55D1'

red 207 ◦ green 85 ◦ blue 209

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

Shades of Fuchsia #CF55D1

Tints of Fuchsia #CF55D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

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

R = 41.32%
G = 16.97%
B = 41.72%

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

#CF55D1 (or 0xCF55D1) is known color: Fuchsia. HEX triplet: CF, 55 and D1. RGB value is (207,85,209). Sum of RGB (Red+Green+Blue) = 207+85+209=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55D1 is #30AA2E. Grayscale: #878787. Windows color (decimal): -3189295 or 13718991. OLE color: 13718991.

HSL color Cylindrical-coordinate representation of color #CF55D1: hue angle of 299.03º 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 #CF55D1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 85 209 -
CMYK 0.01 0.59 0 0.18
HSL 299.03º 0.57% 0.58% -
HSV(B) 299.03º 0.59% 0.82% -
XYZ 40.49 24.37 62.89 -
YUV 135.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 207 85 209 0.01 0.59 0 0.18 299.03 0.57 0.58
Hex CF 55 D1 1 3B 0 12 12B 39 3A
Octal 317 125 321 1 73 0 22 453 71 72
Binary 11001111 1010101 11010001 1 111011 0 10010 100101011 111001 111010

Color Harmonies of #CF55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55D1

Black with #CF55D1

Text Example


Text Example

White with #CF55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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