Html Css Color HEX #CF58C4 Fuchsia

📋 copy color: '#CF58C4'

red 207 ◦ green 88 ◦ blue 196

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

Shades of Fuchsia #CF58C4

Tints of Fuchsia #CF58C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.92%

R = 42.16%
G = 17.92%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF58C4 (or 0xCF58C4) is known color: Fuchsia. HEX triplet: CF, 58 and C4. RGB value is (207,88,196). Sum of RGB (Red+Green+Blue) = 207+88+196=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58C4 is #30A73B. Grayscale: #878787. Windows color (decimal): -3188540 or 12867791. OLE color: 12867791.

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

Color convert

RGB 207 88 196 -
CMYK 0 0.57 0.05 0.19
HSL 305.55º 0.55% 0.58% -
HSV(B) 305.55º 0.57% 0.81% -
XYZ 39.19 24.23 54.84 -
YUV 135.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 207 88 196 0 0.57 0.05 0.19 305.55 0.55 0.58
Hex CF 58 C4 0 39 5 13 132 37 3A
Octal 317 130 304 0 71 5 23 462 67 72
Binary 11001111 1011000 11000100 0 111001 101 10011 100110010 110111 111010

Color Harmonies of #CF58C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58C4

Black with #CF58C4

Text Example


Text Example

White with #CF58C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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