Html Css Color HEX #C84CB4 Fuchsia

📋 copy color: '#C84CB4'

red 200 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #C84CB4

Tints of Fuchsia #C84CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 43.86%
G = 16.67%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C84CB4 (or 0xC84CB4) is known color: Fuchsia. HEX triplet: C8, 4C and B4. RGB value is (200,76,180). Sum of RGB (Red+Green+Blue) = 200+76+180=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CB4 is #37B34B. Grayscale: #7C7C7C. Windows color (decimal): -3650380 or 11816136. OLE color: 11816136.

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

Color convert

RGB 200 76 180 -
CMYK 0 0.62 0.1 0.22
HSL 309.68º 0.53% 0.54% -
HSV(B) 309.68º 0.62% 0.78% -
XYZ 34.64 20.74 45.36 -
YUV 124.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 200 76 180 0 0.62 0.1 0.22 309.68 0.53 0.54
Hex C8 4C B4 0 3E A 16 136 35 36
Octal 310 114 264 0 76 12 26 466 65 66
Binary 11001000 1001100 10110100 0 111110 1010 10110 100110110 110101 110110

Color Harmonies of #C84CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CB4

Black with #C84CB4

Text Example


Text Example

White with #C84CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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