Html Css Color HEX #CF5AAB Fuchsia

📋 copy color: '#CF5AAB'

red 207 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #CF5AAB

Tints of Fuchsia #CF5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

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

R = 44.23%
G = 19.23%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF5AAB (or 0xCF5AAB) is known color: Fuchsia. HEX triplet: CF, 5A and AB. RGB value is (207,90,171). Sum of RGB (Red+Green+Blue) = 207+90+171=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AAB is #30A554. Grayscale: #868686. Windows color (decimal): -3188053 or 11229903. OLE color: 11229903.

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

Color convert

RGB 207 90 171 -
CMYK 0 0.57 0.17 0.19
HSL 318.46º 0.55% 0.58% -
HSV(B) 318.46º 0.57% 0.81% -
XYZ 36.74 23.52 41.13 -
YUV 134.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 207 90 171 0 0.57 0.17 0.19 318.46 0.55 0.58
Hex CF 5A AB 0 39 11 13 13E 37 3A
Octal 317 132 253 0 71 21 23 476 67 72
Binary 11001111 1011010 10101011 0 111001 10001 10011 100111110 110111 111010

Color Harmonies of #CF5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AAB

Black with #CF5AAB

Text Example


Text Example

White with #CF5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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