Html Css Color HEX #C848BD Fuchsia

📋 copy color: '#C848BD'

red 200 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #C848BD

Tints of Fuchsia #C848BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 43.38%
G = 15.62%
B = 41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C848BD (or 0xC848BD) is known color: Fuchsia. HEX triplet: C8, 48 and BD. RGB value is (200,72,189). Sum of RGB (Red+Green+Blue) = 200+72+189=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C848BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848BD is #37B742. Grayscale: #7B7B7B. Windows color (decimal): -3651395 or 12404936. OLE color: 12404936.

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

Color convert

RGB 200 72 189 -
CMYK 0 0.64 0.06 0.22
HSL 305.16º 0.54% 0.53% -
HSV(B) 305.16º 0.64% 0.78% -
XYZ 35.32 20.59 50.26 -
YUV 123.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 200 72 189 0 0.64 0.06 0.22 305.16 0.54 0.53
Hex C8 48 BD 0 40 6 16 131 36 35
Octal 310 110 275 0 100 6 26 461 66 65
Binary 11001000 1001000 10111101 0 1000000 110 10110 100110001 110110 110101

Color Harmonies of #C848BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848BD

Black with #C848BD

Text Example


Text Example

White with #C848BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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