Html Css Color HEX #C84DC4 Fuchsia

📋 copy color: '#C84DC4'

red 200 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #C84DC4

Tints of Fuchsia #C84DC4

RGB

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

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

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

R = 42.28%
G = 16.28%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C84DC4 (or 0xC84DC4) is known color: Fuchsia. HEX triplet: C8, 4D and C4. RGB value is (200,77,196). Sum of RGB (Red+Green+Blue) = 200+77+196=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC4 is #37B23B. Grayscale: #7E7E7E. Windows color (decimal): -3650108 or 12864968. OLE color: 12864968.

HSL color Cylindrical-coordinate representation of color #C84DC4: hue angle of 301.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DC4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 77 196 -
CMYK 0 0.62 0.02 0.22
HSL 301.95º 0.53% 0.54% -
HSV(B) 301.95º 0.62% 0.78% -
XYZ 36.44 21.57 54.47 -
YUV 127.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 200 77 196 0 0.62 0.02 0.22 301.95 0.53 0.54
Hex C8 4D C4 0 3E 2 16 12E 35 36
Octal 310 115 304 0 76 2 26 456 65 66
Binary 11001000 1001101 11000100 0 111110 10 10110 100101110 110101 110110

Color Harmonies of #C84DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DC4

Black with #C84DC4

Text Example


Text Example

White with #C84DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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