Html Css Color HEX #CF5FC0 Fuchsia

📋 copy color: '#CF5FC0'

red 207 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #CF5FC0

Tints of Fuchsia #CF5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.23%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 41.9%
G = 19.23%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF5FC0 (or 0xCF5FC0) is known color: Fuchsia. HEX triplet: CF, 5F and C0. RGB value is (207,95,192). Sum of RGB (Red+Green+Blue) = 207+95+192=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FC0 is #30A03F. Grayscale: #8B8B8B. Windows color (decimal): -3186752 or 12607439. OLE color: 12607439.

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

Color convert

RGB 207 95 192 -
CMYK 0 0.54 0.07 0.19
HSL 308.04º 0.54% 0.59% -
HSV(B) 308.04º 0.54% 0.81% -
XYZ 39.34 25.26 52.67 -
YUV 139.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 207 95 192 0 0.54 0.07 0.19 308.04 0.54 0.59
Hex CF 5F C0 0 36 7 13 134 36 3B
Octal 317 137 300 0 66 7 23 464 66 73
Binary 11001111 1011111 11000000 0 110110 111 10011 100110100 110110 111011

Color Harmonies of #CF5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FC0

Black with #CF5FC0

Text Example


Text Example

White with #CF5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FC0; }

 p { color: rgb(207,95,192); }

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

background-color css

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

 a { background-color: rgb(207,95,192); }

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

border-color css

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

 span { border-color: rgb(207,95,192); }

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