Html Css Color HEX #C84ABB Fuchsia

📋 copy color: '#C84ABB'

red 200 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #C84ABB

Tints of Fuchsia #C84ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 43.38%
G = 16.05%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C84ABB (or 0xC84ABB) is known color: Fuchsia. HEX triplet: C8, 4A and BB. RGB value is (200,74,187). Sum of RGB (Red+Green+Blue) = 200+74+187=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABB is #37B544. Grayscale: #7C7C7C. Windows color (decimal): -3650885 or 12274376. OLE color: 12274376.

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

Color convert

RGB 200 74 187 -
CMYK 0 0.63 0.06 0.22
HSL 306.19º 0.53% 0.54% -
HSV(B) 306.19º 0.63% 0.78% -
XYZ 35.24 20.76 49.16 -
YUV 124.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 200 74 187 0 0.63 0.06 0.22 306.19 0.53 0.54
Hex C8 4A BB 0 3F 6 16 132 35 36
Octal 310 112 273 0 77 6 26 462 65 66
Binary 11001000 1001010 10111011 0 111111 110 10110 100110010 110101 110110

Color Harmonies of #C84ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ABB

Black with #C84ABB

Text Example


Text Example

White with #C84ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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