Html Css Color HEX #C84DCE Fuchsia

📋 copy color: '#C84DCE'

red 200 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #C84DCE

Tints of Fuchsia #C84DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 41.41%
G = 15.94%
B = 42.65%

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

#C84DCE (or 0xC84DCE) is known color: Fuchsia. HEX triplet: C8, 4D and CE. RGB value is (200,77,206). Sum of RGB (Red+Green+Blue) = 200+77+206=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCE is #37B231. Grayscale: #808080. Windows color (decimal): -3650098 or 13520328. OLE color: 13520328.

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

Color convert

RGB 200 77 206 -
CMYK 0.03 0.63 0 0.19
HSL 297.21º 0.57% 0.55% -
HSV(B) 297.21º 0.63% 0.81% -
XYZ 37.61 22.04 60.66 -
YUV 128.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 200 77 206 0.03 0.63 0 0.19 297.21 0.57 0.55
Hex C8 4D CE 3 3F 0 13 129 39 37
Octal 310 115 316 3 77 0 23 451 71 67
Binary 11001000 1001101 11001110 11 111111 0 10011 100101001 111001 110111

Color Harmonies of #C84DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DCE

Black with #C84DCE

Text Example


Text Example

White with #C84DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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