Html Css Color HEX #CF58D0 Fuchsia

📋 copy color: '#CF58D0'

red 207 ◦ green 88 ◦ blue 208

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

Shades of Fuchsia #CF58D0

Tints of Fuchsia #CF58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 41.15%
G = 17.5%
B = 41.35%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF58D0 (or 0xCF58D0) is known color: Fuchsia. HEX triplet: CF, 58 and D0. RGB value is (207,88,208). Sum of RGB (Red+Green+Blue) = 207+88+208=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58D0 is #30A72F. Grayscale: #888888. Windows color (decimal): -3188528 or 13654223. OLE color: 13654223.

HSL color Cylindrical-coordinate representation of color #CF58D0: hue angle of 299.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF58D0 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 88 208 -
CMYK 0.00 0.58 0 0.18
HSL 299.5º 0.56% 0.58% -
HSV(B) 299.5º 0.58% 0.82% -
XYZ 40.61 24.8 62.32 -
YUV 137.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 207 88 208 0.00 0.58 0 0.18 299.5 0.56 0.58
Hex CF 58 D0 0 3A 0 12 12C 38 3A
Octal 317 130 320 0 72 0 22 454 70 72
Binary 11001111 1011000 11010000 0 111010 0 10010 100101100 111000 111010

Color Harmonies of #CF58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58D0

Black with #CF58D0

Text Example


Text Example

White with #CF58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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