Html Css Color HEX #CF5ACD Fuchsia

📋 copy color: '#CF5ACD'

red 207 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #CF5ACD

Tints of Fuchsia #CF5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 41.24%
G = 17.93%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF5ACD (or 0xCF5ACD) is known color: Fuchsia. HEX triplet: CF, 5A and CD. RGB value is (207,90,205). Sum of RGB (Red+Green+Blue) = 207+90+205=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACD is #30A532. Grayscale: #898989. Windows color (decimal): -3188019 or 13458127. OLE color: 13458127.

HSL color Cylindrical-coordinate representation of color #CF5ACD: hue angle of 301.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ACD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 90 205 -
CMYK 0 0.57 0.01 0.19
HSL 301.03º 0.55% 0.58% -
HSV(B) 301.03º 0.57% 0.81% -
XYZ 40.41 24.99 60.45 -
YUV 138.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 207 90 205 0 0.57 0.01 0.19 301.03 0.55 0.58
Hex CF 5A CD 0 39 1 13 12D 37 3A
Octal 317 132 315 0 71 1 23 455 67 72
Binary 11001111 1011010 11001101 0 111001 1 10011 100101101 110111 111010

Color Harmonies of #CF5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ACD

Black with #CF5ACD

Text Example


Text Example

White with #CF5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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