Html Css Color HEX #CF58C2 Fuchsia

📋 copy color: '#CF58C2'

red 207 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #CF58C2

Tints of Fuchsia #CF58C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 42.33%
G = 18%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF58C2 (or 0xCF58C2) is known color: Fuchsia. HEX triplet: CF, 58 and C2. RGB value is (207,88,194). Sum of RGB (Red+Green+Blue) = 207+88+194=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C2 is #30A73D. Grayscale: #878787. Windows color (decimal): -3188542 or 12736719. OLE color: 12736719.

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

Color convert

RGB 207 88 194 -
CMYK 0 0.57 0.06 0.19
HSL 306.55º 0.55% 0.58% -
HSV(B) 306.55º 0.57% 0.81% -
XYZ 38.96 24.14 53.65 -
YUV 135.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 207 88 194 0 0.57 0.06 0.19 306.55 0.55 0.58
Hex CF 58 C2 0 39 6 13 133 37 3A
Octal 317 130 302 0 71 6 23 463 67 72
Binary 11001111 1011000 11000010 0 111001 110 10011 100110011 110111 111010

Color Harmonies of #CF58C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58C2

Black with #CF58C2

Text Example


Text Example

White with #CF58C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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