Html Css Color HEX #C848C3 Fuchsia

📋 copy color: '#C848C3'

red 200 ◦ green 72 ◦ blue 195

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

Shades of Fuchsia #C848C3

Tints of Fuchsia #C848C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 42.83%
G = 15.42%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C848C3 (or 0xC848C3) is known color: Fuchsia. HEX triplet: C8, 48 and C3. RGB value is (200,72,195). Sum of RGB (Red+Green+Blue) = 200+72+195=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C848C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848C3 is #37B73C. Grayscale: #7B7B7B. Windows color (decimal): -3651389 or 12798152. OLE color: 12798152.

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

Color convert

RGB 200 72 195 -
CMYK 0 0.64 0.02 0.22
HSL 302.34º 0.54% 0.53% -
HSV(B) 302.34º 0.64% 0.78% -
XYZ 35.99 20.85 53.76 -
YUV 124.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 200 72 195 0 0.64 0.02 0.22 302.34 0.54 0.53
Hex C8 48 C3 0 40 2 16 12E 36 35
Octal 310 110 303 0 100 2 26 456 66 65
Binary 11001000 1001000 11000011 0 1000000 10 10110 100101110 110110 110101

Color Harmonies of #C848C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848C3

Black with #C848C3

Text Example


Text Example

White with #C848C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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