Html Css Color HEX #CF4EC4 Fuchsia

📋 copy color: '#CF4EC4'

red 207 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #CF4EC4

Tints of Fuchsia #CF4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 43.04%
G = 16.22%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF4EC4 (or 0xCF4EC4) is known color: Fuchsia. HEX triplet: CF, 4E and C4. RGB value is (207,78,196). Sum of RGB (Red+Green+Blue) = 207+78+196=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EC4 is #30B13B. Grayscale: #818181. Windows color (decimal): -3191100 or 12865231. OLE color: 12865231.

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

Color convert

RGB 207 78 196 -
CMYK 0 0.62 0.05 0.19
HSL 305.12º 0.57% 0.56% -
HSV(B) 305.12º 0.62% 0.81% -
XYZ 38.42 22.7 54.58 -
YUV 130.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 207 78 196 0 0.62 0.05 0.19 305.12 0.57 0.56
Hex CF 4E C4 0 3E 5 13 131 39 38
Octal 317 116 304 0 76 5 23 461 71 70
Binary 11001111 1001110 11000100 0 111110 101 10011 100110001 111001 111000

Color Harmonies of #CF4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EC4

Black with #CF4EC4

Text Example


Text Example

White with #CF4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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