Html Css Color HEX #C84AD0 Fuchsia

📋 copy color: '#C84AD0'

red 200 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #C84AD0

Tints of Fuchsia #C84AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.35%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 41.49%
G = 15.35%
B = 43.15%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C84AD0 (or 0xC84AD0) is known color: Fuchsia. HEX triplet: C8, 4A and D0. RGB value is (200,74,208). Sum of RGB (Red+Green+Blue) = 200+74+208=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #C84AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD0 is #37B52F. Grayscale: #7E7E7E. Windows color (decimal): -3650864 or 13650632. OLE color: 13650632.

HSL color Cylindrical-coordinate representation of color #C84AD0: hue angle of 296.42º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84AD0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 74 208 -
CMYK 0.04 0.64 0 0.18
HSL 296.42º 0.59% 0.55% -
HSV(B) 296.42º 0.64% 0.82% -
XYZ 37.65 21.73 61.88 -
YUV 126.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 200 74 208 0.04 0.64 0 0.18 296.42 0.59 0.55
Hex C8 4A D0 4 40 0 12 128 3B 37
Octal 310 112 320 4 100 0 22 450 73 67
Binary 11001000 1001010 11010000 100 1000000 0 10010 100101000 111011 110111

Color Harmonies of #C84AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AD0

Black with #C84AD0

Text Example


Text Example

White with #C84AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AD0; }

 p { color: rgb(200,74,208); }

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

background-color css

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

 a { background-color: rgb(200,74,208); }

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

border-color css

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

 span { border-color: rgb(200,74,208); }

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