Html Css Color HEX #CF5AD0 Fuchsia

📋 copy color: '#CF5AD0'

red 207 ◦ green 90 ◦ blue 208

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

Shades of Fuchsia #CF5AD0

Tints of Fuchsia #CF5AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 40.99%
G = 17.82%
B = 41.19%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF5AD0 (or 0xCF5AD0) is known color: Fuchsia. HEX triplet: CF, 5A and D0. RGB value is (207,90,208). Sum of RGB (Red+Green+Blue) = 207+90+208=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AD0 is #30A52F. Grayscale: #8A8A8A. Windows color (decimal): -3188016 or 13654735. OLE color: 13654735.

HSL color Cylindrical-coordinate representation of color #CF5AD0: hue angle of 299.49º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5AD0 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 90 208 -
CMYK 0.00 0.57 0 0.18
HSL 299.49º 0.56% 0.58% -
HSV(B) 299.49º 0.57% 0.82% -
XYZ 40.77 25.13 62.38 -
YUV 138.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 207 90 208 0.00 0.57 0 0.18 299.49 0.56 0.58
Hex CF 5A D0 0 39 0 12 12B 38 3A
Octal 317 132 320 0 71 0 22 453 70 72
Binary 11001111 1011010 11010000 0 111001 0 10010 100101011 111000 111010

Color Harmonies of #CF5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AD0

Black with #CF5AD0

Text Example


Text Example

White with #CF5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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