Html Css Color HEX #CF5AC9 Fuchsia

📋 copy color: '#CF5AC9'

red 207 ◦ green 90 ◦ blue 201

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

Shades of Fuchsia #CF5AC9

Tints of Fuchsia #CF5AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 41.57%
G = 18.07%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF5AC9 (or 0xCF5AC9) is known color: Fuchsia. HEX triplet: CF, 5A and C9. RGB value is (207,90,201). Sum of RGB (Red+Green+Blue) = 207+90+201=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AC9 is #30A536. Grayscale: #898989. Windows color (decimal): -3188023 or 13195983. OLE color: 13195983.

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

Color convert

RGB 207 90 201 -
CMYK 0 0.57 0.03 0.19
HSL 303.08º 0.55% 0.58% -
HSV(B) 303.08º 0.57% 0.81% -
XYZ 39.93 24.79 57.94 -
YUV 137.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 207 90 201 0 0.57 0.03 0.19 303.08 0.55 0.58
Hex CF 5A C9 0 39 3 13 12F 37 3A
Octal 317 132 311 0 71 3 23 457 67 72
Binary 11001111 1011010 11001001 0 111001 11 10011 100101111 110111 111010

Color Harmonies of #CF5AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AC9

Black with #CF5AC9

Text Example


Text Example

White with #CF5AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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