Html Css Color HEX #C848C5 Fuchsia

📋 copy color: '#C848C5'

red 200 ◦ green 72 ◦ blue 197

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

Shades of Fuchsia #C848C5

Tints of Fuchsia #C848C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42%

R = 42.64%
G = 15.35%
B = 42%

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

#C848C5 (or 0xC848C5) is known color: Fuchsia. HEX triplet: C8, 48 and C5. RGB value is (200,72,197). Sum of RGB (Red+Green+Blue) = 200+72+197=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C848C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848C5 is #37B73A. Grayscale: #7C7C7C. Windows color (decimal): -3651387 or 12929224. OLE color: 12929224.

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

Color convert

RGB 200 72 197 -
CMYK 0 0.64 0.02 0.22
HSL 301.41º 0.54% 0.53% -
HSV(B) 301.41º 0.64% 0.78% -
XYZ 36.21 20.95 54.96 -
YUV 124.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 200 72 197 0 0.64 0.02 0.22 301.41 0.54 0.53
Hex C8 48 C5 0 40 2 16 12D 36 35
Octal 310 110 305 0 100 2 26 455 66 65
Binary 11001000 1001000 11000101 0 1000000 10 10110 100101101 110110 110101

Color Harmonies of #C848C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848C5

Black with #C848C5

Text Example


Text Example

White with #C848C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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