Html Css Color HEX #C848AA Fuchsia

📋 copy color: '#C848AA'

red 200 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #C848AA

Tints of Fuchsia #C848AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 45.25%
G = 16.29%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C848AA (or 0xC848AA) is known color: Fuchsia. HEX triplet: C8, 48 and AA. RGB value is (200,72,170). Sum of RGB (Red+Green+Blue) = 200+72+170=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C848AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848AA is #37B755. Grayscale: #797979. Windows color (decimal): -3651414 or 11159752. OLE color: 11159752.

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

Color convert

RGB 200 72 170 -
CMYK 0 0.64 0.15 0.22
HSL 314.06º 0.54% 0.53% -
HSV(B) 314.06º 0.64% 0.78% -
XYZ 33.39 19.82 40.1 -
YUV 121.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 200 72 170 0 0.64 0.15 0.22 314.06 0.54 0.53
Hex C8 48 AA 0 40 F 16 13A 36 35
Octal 310 110 252 0 100 17 26 472 66 65
Binary 11001000 1001000 10101010 0 1000000 1111 10110 100111010 110110 110101

Color Harmonies of #C848AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848AA

Black with #C848AA

Text Example


Text Example

White with #C848AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848AA; }

 p { color: rgb(200,72,170); }

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

background-color css

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

 a { background-color: rgb(200,72,170); }

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

border-color css

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

 span { border-color: rgb(200,72,170); }

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