Html Css Color HEX #C84FCF Fuchsia

📋 copy color: '#C84FCF'

red 200 ◦ green 79 ◦ blue 207

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

Shades of Fuchsia #C84FCF

Tints of Fuchsia #C84FCF

RGB

 RED value IS 200 (78.52% from 255) = 41.15%

 GREEN value IS 79 (31.25% from 255) = 16.26%

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 41.15%
G = 16.26%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C84FCF (or 0xC84FCF) is known color: Fuchsia. HEX triplet: C8, 4F and CF. RGB value is (200,79,207). Sum of RGB (Red+Green+Blue) = 200+79+207=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #C84FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCF is #37B030. Grayscale: #818181. Windows color (decimal): -3649585 or 13586376. OLE color: 13586376.

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

Color convert

RGB 200 79 207 -
CMYK 0.03 0.62 0 0.19
HSL 296.72º 0.57% 0.56% -
HSV(B) 296.72º 0.62% 0.81% -
XYZ 37.88 22.38 61.35 -
YUV 129.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 200 79 207 0.03 0.62 0 0.19 296.72 0.57 0.56
Hex C8 4F CF 3 3E 0 13 129 39 38
Octal 310 117 317 3 76 0 23 451 71 70
Binary 11001000 1001111 11001111 11 111110 0 10011 100101001 111001 111000

Color Harmonies of #C84FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FCF

Black with #C84FCF

Text Example


Text Example

White with #C84FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FCF; }

 p { color: rgb(200,79,207); }

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

background-color css

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

 a { background-color: rgb(200,79,207); }

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

border-color css

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

 span { border-color: rgb(200,79,207); }

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