Html Css Color HEX #CF57C5 Fuchsia

📋 copy color: '#CF57C5'

red 207 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #CF57C5

Tints of Fuchsia #CF57C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 42.16%
G = 17.72%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF57C5 (or 0xCF57C5) is known color: Fuchsia. HEX triplet: CF, 57 and C5. RGB value is (207,87,197). Sum of RGB (Red+Green+Blue) = 207+87+197=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57C5 is #30A83A. Grayscale: #878787. Windows color (decimal): -3188795 or 12933071. OLE color: 12933071.

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

Color convert

RGB 207 87 197 -
CMYK 0 0.58 0.05 0.19
HSL 305º 0.56% 0.58% -
HSV(B) 305º 0.58% 0.81% -
XYZ 39.22 24.11 55.41 -
YUV 135.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 207 87 197 0 0.58 0.05 0.19 305 0.56 0.58
Hex CF 57 C5 0 3A 5 13 131 38 3A
Octal 317 127 305 0 72 5 23 461 70 72
Binary 11001111 1010111 11000101 0 111010 101 10011 100110001 111000 111010

Color Harmonies of #CF57C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57C5

Black with #CF57C5

Text Example


Text Example

White with #CF57C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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