Html Css Color HEX #C848C6 Fuchsia

📋 copy color: '#C848C6'

red 200 ◦ green 72 ◦ blue 198

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

Shades of Fuchsia #C848C6

Tints of Fuchsia #C848C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 42.55%
G = 15.32%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C848C6 (or 0xC848C6) is known color: Fuchsia. HEX triplet: C8, 48 and C6. RGB value is (200,72,198). Sum of RGB (Red+Green+Blue) = 200+72+198=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C848C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848C6 is #37B739. Grayscale: #7C7C7C. Windows color (decimal): -3651386 or 12994760. OLE color: 12994760.

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

Color convert

RGB 200 72 198 -
CMYK 0 0.64 0.01 0.22
HSL 300.94º 0.54% 0.53% -
HSV(B) 300.94º 0.64% 0.78% -
XYZ 36.33 20.99 55.56 -
YUV 124.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 200 72 198 0 0.64 0.01 0.22 300.94 0.54 0.53
Hex C8 48 C6 0 40 1 16 12D 36 35
Octal 310 110 306 0 100 1 26 455 66 65
Binary 11001000 1001000 11000110 0 1000000 1 10110 100101101 110110 110101

Color Harmonies of #C848C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848C6

Black with #C848C6

Text Example


Text Example

White with #C848C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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