Html Css Color HEX #CF57C9 Fuchsia

📋 copy color: '#CF57C9'

red 207 ◦ green 87 ◦ blue 201

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

Shades of Fuchsia #CF57C9

Tints of Fuchsia #CF57C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.58%

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

R = 41.82%
G = 17.58%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF57C9 (or 0xCF57C9) is known color: Fuchsia. HEX triplet: CF, 57 and C9. RGB value is (207,87,201). Sum of RGB (Red+Green+Blue) = 207+87+201=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57C9 is #30A836. Grayscale: #878787. Windows color (decimal): -3188791 or 13195215. OLE color: 13195215.

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

Color convert

RGB 207 87 201 -
CMYK 0 0.58 0.03 0.19
HSL 303º 0.56% 0.58% -
HSV(B) 303º 0.58% 0.81% -
XYZ 39.68 24.3 57.86 -
YUV 135.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 207 87 201 0 0.58 0.03 0.19 303 0.56 0.58
Hex CF 57 C9 0 3A 3 13 12F 38 3A
Octal 317 127 311 0 72 3 23 457 70 72
Binary 11001111 1010111 11001001 0 111010 11 10011 100101111 111000 111010

Color Harmonies of #CF57C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57C9

Black with #CF57C9

Text Example


Text Example

White with #CF57C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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