Html Css Color HEX #C84DCF Fuchsia

📋 copy color: '#C84DCF'

red 200 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #C84DCF

Tints of Fuchsia #C84DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 41.32%
G = 15.91%
B = 42.77%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C84DCF (or 0xC84DCF) is known color: Fuchsia. HEX triplet: C8, 4D and CF. RGB value is (200,77,207). Sum of RGB (Red+Green+Blue) = 200+77+207=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C84DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCF is #37B230. Grayscale: #808080. Windows color (decimal): -3650097 or 13585864. OLE color: 13585864.

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

Color convert

RGB 200 77 207 -
CMYK 0.03 0.63 0 0.19
HSL 296.77º 0.58% 0.56% -
HSV(B) 296.77º 0.63% 0.81% -
XYZ 37.74 22.09 61.31 -
YUV 128.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 200 77 207 0.03 0.63 0 0.19 296.77 0.58 0.56
Hex C8 4D CF 3 3F 0 13 129 3A 38
Octal 310 115 317 3 77 0 23 451 72 70
Binary 11001000 1001101 11001111 11 111111 0 10011 100101001 111010 111000

Color Harmonies of #C84DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DCF

Black with #C84DCF

Text Example


Text Example

White with #C84DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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