Html Css Color HEX #CF5DB1 Fuchsia

📋 copy color: '#CF5DB1'

red 207 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #CF5DB1

Tints of Fuchsia #CF5DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 43.4%
G = 19.5%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF5DB1 (or 0xCF5DB1) is known color: Fuchsia. HEX triplet: CF, 5D and B1. RGB value is (207,93,177). Sum of RGB (Red+Green+Blue) = 207+93+177=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5DB1 is #30A24E. Grayscale: #888888. Windows color (decimal): -3187279 or 11623887. OLE color: 11623887.

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

Color convert

RGB 207 93 177 -
CMYK 0 0.55 0.14 0.19
HSL 315.79º 0.54% 0.59% -
HSV(B) 315.79º 0.55% 0.81% -
XYZ 37.58 24.27 44.3 -
YUV 136.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 207 93 177 0 0.55 0.14 0.19 315.79 0.54 0.59
Hex CF 5D B1 0 37 E 13 13C 36 3B
Octal 317 135 261 0 67 16 23 474 66 73
Binary 11001111 1011101 10110001 0 110111 1110 10011 100111100 110110 111011

Color Harmonies of #CF5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DB1

Black with #CF5DB1

Text Example


Text Example

White with #CF5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DB1; }

 p { color: rgb(207,93,177); }

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

background-color css

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

 a { background-color: rgb(207,93,177); }

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

border-color css

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

 span { border-color: rgb(207,93,177); }

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