Html Css Color HEX #CF57C3 Fuchsia

📋 copy color: '#CF57C3'

red 207 ◦ green 87 ◦ blue 195

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

Shades of Fuchsia #CF57C3

Tints of Fuchsia #CF57C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 42.33%
G = 17.79%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF57C3 (or 0xCF57C3) is known color: Fuchsia. HEX triplet: CF, 57 and C3. RGB value is (207,87,195). Sum of RGB (Red+Green+Blue) = 207+87+195=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57C3 is #30A83C. Grayscale: #868686. Windows color (decimal): -3188797 or 12801999. OLE color: 12801999.

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

Color convert

RGB 207 87 195 -
CMYK 0 0.58 0.06 0.19
HSL 306º 0.56% 0.58% -
HSV(B) 306º 0.58% 0.81% -
XYZ 38.99 24.02 54.21 -
YUV 135.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 207 87 195 0 0.58 0.06 0.19 306 0.56 0.58
Hex CF 57 C3 0 3A 6 13 132 38 3A
Octal 317 127 303 0 72 6 23 462 70 72
Binary 11001111 1010111 11000011 0 111010 110 10011 100110010 111000 111010

Color Harmonies of #CF57C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57C3

Black with #CF57C3

Text Example


Text Example

White with #CF57C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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