Html Css Color HEX #CF5AB3 Fuchsia

📋 copy color: '#CF5AB3'

red 207 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #CF5AB3

Tints of Fuchsia #CF5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 43.49%
G = 18.91%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF5AB3 (or 0xCF5AB3) is known color: Fuchsia. HEX triplet: CF, 5A and B3. RGB value is (207,90,179). Sum of RGB (Red+Green+Blue) = 207+90+179=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AB3 is #30A54C. Grayscale: #868686. Windows color (decimal): -3188045 or 11754191. OLE color: 11754191.

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

Color convert

RGB 207 90 179 -
CMYK 0 0.57 0.14 0.19
HSL 314.36º 0.55% 0.58% -
HSV(B) 314.36º 0.57% 0.81% -
XYZ 37.52 23.83 45.27 -
YUV 135.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 207 90 179 0 0.57 0.14 0.19 314.36 0.55 0.58
Hex CF 5A B3 0 39 E 13 13A 37 3A
Octal 317 132 263 0 71 16 23 472 67 72
Binary 11001111 1011010 10110011 0 111001 1110 10011 100111010 110111 111010

Color Harmonies of #CF5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AB3

Black with #CF5AB3

Text Example


Text Example

White with #CF5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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