Html Css Color HEX #CF55BB Fuchsia

📋 copy color: '#CF55BB'

red 207 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #CF55BB

Tints of Fuchsia #CF55BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 43.22%
G = 17.75%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF55BB (or 0xCF55BB) is known color: Fuchsia. HEX triplet: CF, 55 and BB. RGB value is (207,85,187). Sum of RGB (Red+Green+Blue) = 207+85+187=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55BB is #30AA44. Grayscale: #848484. Windows color (decimal): -3189317 or 12277199. OLE color: 12277199.

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

Color convert

RGB 207 85 187 -
CMYK 0 0.59 0.10 0.19
HSL 309.84º 0.56% 0.57% -
HSV(B) 309.84º 0.59% 0.81% -
XYZ 37.95 23.35 49.52 -
YUV 133.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 207 85 187 0 0.59 0.10 0.19 309.84 0.56 0.57
Hex CF 55 BB 0 3B A 13 136 38 39
Octal 317 125 273 0 73 12 23 466 70 71
Binary 11001111 1010101 10111011 0 111011 1010 10011 100110110 111000 111001

Color Harmonies of #CF55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55BB

Black with #CF55BB

Text Example


Text Example

White with #CF55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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