Html Css Color HEX #CF58B5 Fuchsia

📋 copy color: '#CF58B5'

red 207 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #CF58B5

Tints of Fuchsia #CF58B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 43.49%
G = 18.49%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF58B5 (or 0xCF58B5) is known color: Fuchsia. HEX triplet: CF, 58 and B5. RGB value is (207,88,181). Sum of RGB (Red+Green+Blue) = 207+88+181=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58B5 is #30A74A. Grayscale: #858585. Windows color (decimal): -3188555 or 11884751. OLE color: 11884751.

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

Color convert

RGB 207 88 181 -
CMYK 0 0.57 0.13 0.19
HSL 313.11º 0.55% 0.58% -
HSV(B) 313.11º 0.57% 0.81% -
XYZ 37.56 23.58 46.29 -
YUV 134.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 207 88 181 0 0.57 0.13 0.19 313.11 0.55 0.58
Hex CF 58 B5 0 39 D 13 139 37 3A
Octal 317 130 265 0 71 15 23 471 67 72
Binary 11001111 1011000 10110101 0 111001 1101 10011 100111001 110111 111010

Color Harmonies of #CF58B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58B5

Black with #CF58B5

Text Example


Text Example

White with #CF58B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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