Html Css Color HEX #C84AB5 Fuchsia

📋 copy color: '#C84AB5'

red 200 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #C84AB5

Tints of Fuchsia #C84AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 43.96%
G = 16.26%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C84AB5 (or 0xC84AB5) is known color: Fuchsia. HEX triplet: C8, 4A and B5. RGB value is (200,74,181). Sum of RGB (Red+Green+Blue) = 200+74+181=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AB5 is #37B54A. Grayscale: #7B7B7B. Windows color (decimal): -3650891 or 11881160. OLE color: 11881160.

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

Color convert

RGB 200 74 181 -
CMYK 0 0.63 0.09 0.22
HSL 309.05º 0.53% 0.54% -
HSV(B) 309.05º 0.63% 0.78% -
XYZ 34.61 20.51 45.85 -
YUV 123.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 200 74 181 0 0.63 0.09 0.22 309.05 0.53 0.54
Hex C8 4A B5 0 3F 9 16 135 35 36
Octal 310 112 265 0 77 11 26 465 65 66
Binary 11001000 1001010 10110101 0 111111 1001 10110 100110101 110101 110110

Color Harmonies of #C84AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AB5

Black with #C84AB5

Text Example


Text Example

White with #C84AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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