Html Css Color HEX #C848BC Fuchsia

📋 copy color: '#C848BC'

red 200 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #C848BC

Tints of Fuchsia #C848BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 43.48%
G = 15.65%
B = 40.87%

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

#C848BC (or 0xC848BC) is known color: Fuchsia. HEX triplet: C8, 48 and BC. RGB value is (200,72,188). Sum of RGB (Red+Green+Blue) = 200+72+188=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C848BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848BC is #37B743. Grayscale: #7B7B7B. Windows color (decimal): -3651396 or 12339400. OLE color: 12339400.

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

Color convert

RGB 200 72 188 -
CMYK 0 0.64 0.06 0.22
HSL 305.63º 0.54% 0.53% -
HSV(B) 305.63º 0.64% 0.78% -
XYZ 35.21 20.54 49.69 -
YUV 123.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 200 72 188 0 0.64 0.06 0.22 305.63 0.54 0.53
Hex C8 48 BC 0 40 6 16 132 36 35
Octal 310 110 274 0 100 6 26 462 66 65
Binary 11001000 1001000 10111100 0 1000000 110 10110 100110010 110110 110101

Color Harmonies of #C848BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848BC

Black with #C848BC

Text Example


Text Example

White with #C848BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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