Html Css Color HEX #C84BC6 Fuchsia

📋 copy color: '#C84BC6'

red 200 ◦ green 75 ◦ blue 198

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

Shades of Fuchsia #C84BC6

Tints of Fuchsia #C84BC6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.86%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 42.28%
G = 15.86%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C84BC6 (or 0xC84BC6) is known color: Fuchsia. HEX triplet: C8, 4B and C6. RGB value is (200,75,198). Sum of RGB (Red+Green+Blue) = 200+75+198=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BC6 is #37B439. Grayscale: #7E7E7E. Windows color (decimal): -3650618 or 12995528. OLE color: 12995528.

HSL color Cylindrical-coordinate representation of color #C84BC6: hue angle of 300.96º 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 #C84BC6 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 198 -
CMYK 0 0.62 0.01 0.22
HSL 300.96º 0.53% 0.54% -
HSV(B) 300.96º 0.63% 0.78% -
XYZ 36.53 21.39 55.63 -
YUV 126.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 200 75 198 0 0.62 0.01 0.22 300.96 0.53 0.54
Hex C8 4B C6 0 3E 1 16 12D 35 36
Octal 310 113 306 0 76 1 26 455 65 66
Binary 11001000 1001011 11000110 0 111110 1 10110 100101101 110101 110110

Color Harmonies of #C84BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BC6

Black with #C84BC6

Text Example


Text Example

White with #C84BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BC6; }

 p { color: rgb(200,75,198); }

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

background-color css

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

 a { background-color: rgb(200,75,198); }

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

border-color css

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

 span { border-color: rgb(200,75,198); }

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