Html Css Color HEX #C84CCE Fuchsia

📋 copy color: '#C84CCE'

red 200 ◦ green 76 ◦ blue 206

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

Shades of Fuchsia #C84CCE

Tints of Fuchsia #C84CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.77%

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

R = 41.49%
G = 15.77%
B = 42.74%

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

#C84CCE (or 0xC84CCE) is known color: Fuchsia. HEX triplet: C8, 4C and CE. RGB value is (200,76,206). Sum of RGB (Red+Green+Blue) = 200+76+206=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCE is #37B331. Grayscale: #7F7F7F. Windows color (decimal): -3650354 or 13520072. OLE color: 13520072.

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

Color convert

RGB 200 76 206 -
CMYK 0.03 0.63 0 0.19
HSL 297.23º 0.57% 0.55% -
HSV(B) 297.23º 0.63% 0.81% -
XYZ 37.54 21.9 60.64 -
YUV 127.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 200 76 206 0.03 0.63 0 0.19 297.23 0.57 0.55
Hex C8 4C CE 3 3F 0 13 129 39 37
Octal 310 114 316 3 77 0 23 451 71 67
Binary 11001000 1001100 11001110 11 111111 0 10011 100101001 111001 110111

Color Harmonies of #C84CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CCE

Black with #C84CCE

Text Example


Text Example

White with #C84CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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