Html Css Color HEX #CF5EC9 Fuchsia

📋 copy color: '#CF5EC9'

red 207 ◦ green 94 ◦ blue 201

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

Shades of Fuchsia #CF5EC9

Tints of Fuchsia #CF5EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

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

R = 41.24%
G = 18.73%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF5EC9 (or 0xCF5EC9) is known color: Fuchsia. HEX triplet: CF, 5E and C9. RGB value is (207,94,201). Sum of RGB (Red+Green+Blue) = 207+94+201=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EC9 is #30A136. Grayscale: #8B8B8B. Windows color (decimal): -3186999 or 13197007. OLE color: 13197007.

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

Color convert

RGB 207 94 201 -
CMYK 0 0.55 0.03 0.19
HSL 303.19º 0.54% 0.59% -
HSV(B) 303.19º 0.55% 0.81% -
XYZ 40.28 25.49 58.06 -
YUV 139.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 207 94 201 0 0.55 0.03 0.19 303.19 0.54 0.59
Hex CF 5E C9 0 37 3 13 12F 36 3B
Octal 317 136 311 0 67 3 23 457 66 73
Binary 11001111 1011110 11001001 0 110111 11 10011 100101111 110110 111011

Color Harmonies of #CF5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EC9

Black with #CF5EC9

Text Example


Text Example

White with #CF5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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