Html Css Color HEX #CF58B8 Fuchsia

📋 copy color: '#CF58B8'

red 207 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #CF58B8

Tints of Fuchsia #CF58B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 43.22%
G = 18.37%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF58B8 (or 0xCF58B8) is known color: Fuchsia. HEX triplet: CF, 58 and B8. RGB value is (207,88,184). Sum of RGB (Red+Green+Blue) = 207+88+184=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58B8 is #30A747. Grayscale: #868686. Windows color (decimal): -3188552 or 12081359. OLE color: 12081359.

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

Color convert

RGB 207 88 184 -
CMYK 0 0.57 0.11 0.19
HSL 311.6º 0.55% 0.58% -
HSV(B) 311.6º 0.57% 0.81% -
XYZ 37.87 23.71 47.93 -
YUV 134.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 207 88 184 0 0.57 0.11 0.19 311.6 0.55 0.58
Hex CF 58 B8 0 39 B 13 138 37 3A
Octal 317 130 270 0 71 13 23 470 67 72
Binary 11001111 1011000 10111000 0 111001 1011 10011 100111000 110111 111010

Color Harmonies of #CF58B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58B8

Black with #CF58B8

Text Example


Text Example

White with #CF58B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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