Html Css Color HEX #CF5FB9 Fuchsia

📋 copy color: '#CF5FB9'

red 207 ◦ green 95 ◦ blue 185

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

Shades of Fuchsia #CF5FB9

Tints of Fuchsia #CF5FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 42.51%
G = 19.51%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF5FB9 (or 0xCF5FB9) is known color: Fuchsia. HEX triplet: CF, 5F and B9. RGB value is (207,95,185). Sum of RGB (Red+Green+Blue) = 207+95+185=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FB9 is #30A046. Grayscale: #8A8A8A. Windows color (decimal): -3186759 or 12148687. OLE color: 12148687.

HSL color Cylindrical-coordinate representation of color #CF5FB9: hue angle of 311.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FB9 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 95 185 -
CMYK 0 0.54 0.11 0.19
HSL 311.79º 0.54% 0.59% -
HSV(B) 311.79º 0.54% 0.81% -
XYZ 38.58 24.95 48.68 -
YUV 138.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 207 95 185 0 0.54 0.11 0.19 311.79 0.54 0.59
Hex CF 5F B9 0 36 B 13 138 36 3B
Octal 317 137 271 0 66 13 23 470 66 73
Binary 11001111 1011111 10111001 0 110110 1011 10011 100111000 110110 111011

Color Harmonies of #CF5FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FB9

Black with #CF5FB9

Text Example


Text Example

White with #CF5FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FB9; }

 p { color: rgb(207,95,185); }

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

background-color css

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

 a { background-color: rgb(207,95,185); }

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

border-color css

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

 span { border-color: rgb(207,95,185); }

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