Html Css Color HEX #CF5ABB Fuchsia

📋 copy color: '#CF5ABB'

red 207 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #CF5ABB

Tints of Fuchsia #CF5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 42.77%
G = 18.6%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF5ABB (or 0xCF5ABB) is known color: Fuchsia. HEX triplet: CF, 5A and BB. RGB value is (207,90,187). Sum of RGB (Red+Green+Blue) = 207+90+187=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ABB is #30A544. Grayscale: #878787. Windows color (decimal): -3188037 or 12278479. OLE color: 12278479.

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

Color convert

RGB 207 90 187 -
CMYK 0 0.57 0.10 0.19
HSL 310.26º 0.55% 0.58% -
HSV(B) 310.26º 0.57% 0.81% -
XYZ 38.36 24.17 49.66 -
YUV 136.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 207 90 187 0 0.57 0.10 0.19 310.26 0.55 0.58
Hex CF 5A BB 0 39 A 13 136 37 3A
Octal 317 132 273 0 71 12 23 466 67 72
Binary 11001111 1011010 10111011 0 111001 1010 10011 100110110 110111 111010

Color Harmonies of #CF5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ABB

Black with #CF5ABB

Text Example


Text Example

White with #CF5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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