Html Css Color HEX #CF55D0 Fuchsia

📋 copy color: '#CF55D0'

red 207 ◦ green 85 ◦ blue 208

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

Shades of Fuchsia #CF55D0

Tints of Fuchsia #CF55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 41.4%
G = 17%
B = 41.6%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF55D0 (or 0xCF55D0) is known color: Fuchsia. HEX triplet: CF, 55 and D0. RGB value is (207,85,208). Sum of RGB (Red+Green+Blue) = 207+85+208=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55D0 is #30AA2F. Grayscale: #878787. Windows color (decimal): -3189296 or 13653455. OLE color: 13653455.

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

Color convert

RGB 207 85 208 -
CMYK 0.00 0.59 0 0.18
HSL 299.51º 0.57% 0.57% -
HSV(B) 299.51º 0.59% 0.82% -
XYZ 40.37 24.32 62.24 -
YUV 135.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 207 85 208 0.00 0.59 0 0.18 299.51 0.57 0.57
Hex CF 55 D0 0 3B 0 12 12C 39 39
Octal 317 125 320 0 73 0 22 454 71 71
Binary 11001111 1010101 11010000 0 111011 0 10010 100101100 111001 111001

Color Harmonies of #CF55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55D0

Black with #CF55D0

Text Example


Text Example

White with #CF55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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