Html Css Color HEX #CF5DCD Fuchsia

📋 copy color: '#CF5DCD'

red 207 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #CF5DCD

Tints of Fuchsia #CF5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 40.99%
G = 18.42%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF5DCD (or 0xCF5DCD) is known color: Fuchsia. HEX triplet: CF, 5D and CD. RGB value is (207,93,205). Sum of RGB (Red+Green+Blue) = 207+93+205=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DCD is #30A232. Grayscale: #8B8B8B. Windows color (decimal): -3187251 or 13458895. OLE color: 13458895.

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

Color convert

RGB 207 93 205 -
CMYK 0 0.55 0.01 0.19
HSL 301.05º 0.54% 0.59% -
HSV(B) 301.05º 0.55% 0.81% -
XYZ 40.67 25.5 60.54 -
YUV 139.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 207 93 205 0 0.55 0.01 0.19 301.05 0.54 0.59
Hex CF 5D CD 0 37 1 13 12D 36 3B
Octal 317 135 315 0 67 1 23 455 66 73
Binary 11001111 1011101 11001101 0 110111 1 10011 100101101 110110 111011

Color Harmonies of #CF5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DCD

Black with #CF5DCD

Text Example


Text Example

White with #CF5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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