Html Css Color HEX #CF5BAB Fuchsia

📋 copy color: '#CF5BAB'

red 207 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #CF5BAB

Tints of Fuchsia #CF5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.4%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 44.14%
G = 19.4%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF5BAB (or 0xCF5BAB) is known color: Fuchsia. HEX triplet: CF, 5B and AB. RGB value is (207,91,171). Sum of RGB (Red+Green+Blue) = 207+91+171=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5BAB is #30A454. Grayscale: #868686. Windows color (decimal): -3187797 or 11230159. OLE color: 11230159.

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

Color convert

RGB 207 91 171 -
CMYK 0 0.56 0.17 0.19
HSL 318.62º 0.55% 0.58% -
HSV(B) 318.62º 0.56% 0.81% -
XYZ 36.82 23.69 41.16 -
YUV 134.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 207 91 171 0 0.56 0.17 0.19 318.62 0.55 0.58
Hex CF 5B AB 0 38 11 13 13F 37 3A
Octal 317 133 253 0 70 21 23 477 67 72
Binary 11001111 1011011 10101011 0 111000 10001 10011 100111111 110111 111010

Color Harmonies of #CF5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BAB

Black with #CF5BAB

Text Example


Text Example

White with #CF5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BAB; }

 p { color: rgb(207,91,171); }

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

background-color css

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

 a { background-color: rgb(207,91,171); }

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

border-color css

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

 span { border-color: rgb(207,91,171); }

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