Html Css Color HEX #CF5DC5 Fuchsia

📋 copy color: '#CF5DC5'

red 207 ◦ green 93 ◦ blue 197

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

Shades of Fuchsia #CF5DC5

Tints of Fuchsia #CF5DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.71%

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

R = 41.65%
G = 18.71%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF5DC5 (or 0xCF5DC5) is known color: Fuchsia. HEX triplet: CF, 5D and C5. RGB value is (207,93,197). Sum of RGB (Red+Green+Blue) = 207+93+197=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DC5 is #30A23A. Grayscale: #8A8A8A. Windows color (decimal): -3187259 or 12934607. OLE color: 12934607.

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

Color convert

RGB 207 93 197 -
CMYK 0 0.55 0.05 0.19
HSL 305.26º 0.54% 0.59% -
HSV(B) 305.26º 0.55% 0.81% -
XYZ 39.72 25.13 55.58 -
YUV 138.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 207 93 197 0 0.55 0.05 0.19 305.26 0.54 0.59
Hex CF 5D C5 0 37 5 13 131 36 3B
Octal 317 135 305 0 67 5 23 461 66 73
Binary 11001111 1011101 11000101 0 110111 101 10011 100110001 110110 111011

Color Harmonies of #CF5DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DC5

Black with #CF5DC5

Text Example


Text Example

White with #CF5DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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