Html Css Color HEX #C84CD0 Fuchsia

📋 copy color: '#C84CD0'

red 200 ◦ green 76 ◦ blue 208

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

Shades of Fuchsia #C84CD0

Tints of Fuchsia #C84CD0

RGB

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

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

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

R = 41.32%
G = 15.7%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C84CD0 (or 0xC84CD0) is known color: Fuchsia. HEX triplet: C8, 4C and D0. RGB value is (200,76,208). Sum of RGB (Red+Green+Blue) = 200+76+208=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #C84CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CD0 is #37B32F. Grayscale: #7F7F7F. Windows color (decimal): -3650352 or 13651144. OLE color: 13651144.

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

Color convert

RGB 200 76 208 -
CMYK 0.04 0.63 0 0.18
HSL 296.36º 0.58% 0.56% -
HSV(B) 296.36º 0.63% 0.82% -
XYZ 37.79 22 61.93 -
YUV 128.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 200 76 208 0.04 0.63 0 0.18 296.36 0.58 0.56
Hex C8 4C D0 4 3F 0 12 128 3A 38
Octal 310 114 320 4 77 0 22 450 72 70
Binary 11001000 1001100 11010000 100 111111 0 10010 100101000 111010 111000

Color Harmonies of #C84CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CD0

Black with #C84CD0

Text Example


Text Example

White with #C84CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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