Html Css Color HEX #CF4ED0 Fuchsia

📋 copy color: '#CF4ED0'

red 207 ◦ green 78 ◦ blue 208

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

Shades of Fuchsia #CF4ED0

Tints of Fuchsia #CF4ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.82%

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

R = 41.99%
G = 15.82%
B = 42.19%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF4ED0 (or 0xCF4ED0) is known color: Fuchsia. HEX triplet: CF, 4E and D0. RGB value is (207,78,208). Sum of RGB (Red+Green+Blue) = 207+78+208=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF4ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ED0 is #30B12F. Grayscale: #838383. Windows color (decimal): -3191088 or 13651663. OLE color: 13651663.

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

Color convert

RGB 207 78 208 -
CMYK 0.00 0.62 0 0.18
HSL 299.54º 0.58% 0.56% -
HSV(B) 299.54º 0.63% 0.82% -
XYZ 39.84 23.27 62.07 -
YUV 131.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 207 78 208 0.00 0.62 0 0.18 299.54 0.58 0.56
Hex CF 4E D0 0 3E 0 12 12C 3A 38
Octal 317 116 320 0 76 0 22 454 72 70
Binary 11001111 1001110 11010000 0 111110 0 10010 100101100 111010 111000

Color Harmonies of #CF4ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4ED0

Black with #CF4ED0

Text Example


Text Example

White with #CF4ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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