Html Css Color HEX #CF58BE Fuchsia

📋 copy color: '#CF58BE'

red 207 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #CF58BE

Tints of Fuchsia #CF58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 42.68%
G = 18.14%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF58BE (or 0xCF58BE) is known color: Fuchsia. HEX triplet: CF, 58 and BE. RGB value is (207,88,190). Sum of RGB (Red+Green+Blue) = 207+88+190=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58BE is #30A741. Grayscale: #868686. Windows color (decimal): -3188546 or 12474575. OLE color: 12474575.

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

Color convert

RGB 207 88 190 -
CMYK 0 0.57 0.08 0.19
HSL 308.57º 0.55% 0.58% -
HSV(B) 308.57º 0.57% 0.81% -
XYZ 38.52 23.96 51.31 -
YUV 135.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 207 88 190 0 0.57 0.08 0.19 308.57 0.55 0.58
Hex CF 58 BE 0 39 8 13 135 37 3A
Octal 317 130 276 0 71 10 23 465 67 72
Binary 11001111 1011000 10111110 0 111001 1000 10011 100110101 110111 111010

Color Harmonies of #CF58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58BE

Black with #CF58BE

Text Example


Text Example

White with #CF58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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