Html Css Color HEX #CF58BB Fuchsia

📋 copy color: '#CF58BB'

red 207 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #CF58BB

Tints of Fuchsia #CF58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

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

R = 42.95%
G = 18.26%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF58BB (or 0xCF58BB) is known color: Fuchsia. HEX triplet: CF, 58 and BB. RGB value is (207,88,187). Sum of RGB (Red+Green+Blue) = 207+88+187=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BB is #30A744. Grayscale: #868686. Windows color (decimal): -3188549 or 12277967. OLE color: 12277967.

HSL color Cylindrical-coordinate representation of color #CF58BB: hue angle of 310.08º 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 #CF58BB is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 88 187 -
CMYK 0 0.57 0.10 0.19
HSL 310.08º 0.55% 0.58% -
HSV(B) 310.08º 0.57% 0.81% -
XYZ 38.19 23.83 49.6 -
YUV 134.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 207 88 187 0 0.57 0.10 0.19 310.08 0.55 0.58
Hex CF 58 BB 0 39 A 13 136 37 3A
Octal 317 130 273 0 71 12 23 466 67 72
Binary 11001111 1011000 10111011 0 111001 1010 10011 100110110 110111 111010

Color Harmonies of #CF58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58BB

Black with #CF58BB

Text Example


Text Example

White with #CF58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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