Html Css Color HEX #C84AB0 Fuchsia

📋 copy color: '#C84AB0'

red 200 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #C84AB0

Tints of Fuchsia #C84AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 44.44%
G = 16.44%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C84AB0 (or 0xC84AB0) is known color: Fuchsia. HEX triplet: C8, 4A and B0. RGB value is (200,74,176). Sum of RGB (Red+Green+Blue) = 200+74+176=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AB0 is #37B54F. Grayscale: #7B7B7B. Windows color (decimal): -3650896 or 11553480. OLE color: 11553480.

HSL color Cylindrical-coordinate representation of color #C84AB0: hue angle of 311.43º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AB0 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 176 -
CMYK 0 0.63 0.12 0.22
HSL 311.43º 0.53% 0.54% -
HSV(B) 311.43º 0.63% 0.78% -
XYZ 34.1 20.31 43.2 -
YUV 123.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 200 74 176 0 0.63 0.12 0.22 311.43 0.53 0.54
Hex C8 4A B0 0 3F C 16 137 35 36
Octal 310 112 260 0 77 14 26 467 65 66
Binary 11001000 1001010 10110000 0 111111 1100 10110 100110111 110101 110110

Color Harmonies of #C84AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AB0

Black with #C84AB0

Text Example


Text Example

White with #C84AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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