Html Css Color HEX #CF58C9 Fuchsia

📋 copy color: '#CF58C9'

red 207 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #CF58C9

Tints of Fuchsia #CF58C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 41.73%
G = 17.74%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF58C9 (or 0xCF58C9) is known color: Fuchsia. HEX triplet: CF, 58 and C9. RGB value is (207,88,201). Sum of RGB (Red+Green+Blue) = 207+88+201=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C9 is #30A736. Grayscale: #888888. Windows color (decimal): -3188535 or 13195471. OLE color: 13195471.

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

Color convert

RGB 207 88 201 -
CMYK 0 0.57 0.03 0.19
HSL 303.03º 0.55% 0.58% -
HSV(B) 303.03º 0.57% 0.81% -
XYZ 39.76 24.46 57.88 -
YUV 136.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 207 88 201 0 0.57 0.03 0.19 303.03 0.55 0.58
Hex CF 58 C9 0 39 3 13 12F 37 3A
Octal 317 130 311 0 71 3 23 457 67 72
Binary 11001111 1011000 11001001 0 111001 11 10011 100101111 110111 111010

Color Harmonies of #CF58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58C9

Black with #CF58C9

Text Example


Text Example

White with #CF58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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