Html Css Color HEX #CF58B2 Fuchsia

📋 copy color: '#CF58B2'

red 207 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #CF58B2

Tints of Fuchsia #CF58B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 43.76%
G = 18.6%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF58B2 (or 0xCF58B2) is known color: Fuchsia. HEX triplet: CF, 58 and B2. RGB value is (207,88,178). Sum of RGB (Red+Green+Blue) = 207+88+178=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58B2 is #30A74D. Grayscale: #858585. Windows color (decimal): -3188558 or 11688143. OLE color: 11688143.

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

Color convert

RGB 207 88 178 -
CMYK 0 0.57 0.14 0.19
HSL 314.62º 0.55% 0.58% -
HSV(B) 314.62º 0.57% 0.81% -
XYZ 37.26 23.46 44.68 -
YUV 133.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 207 88 178 0 0.57 0.14 0.19 314.62 0.55 0.58
Hex CF 58 B2 0 39 E 13 13B 37 3A
Octal 317 130 262 0 71 16 23 473 67 72
Binary 11001111 1011000 10110010 0 111001 1110 10011 100111011 110111 111010

Color Harmonies of #CF58B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58B2

Black with #CF58B2

Text Example


Text Example

White with #CF58B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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