Html Css Color HEX #C848CB Fuchsia

📋 copy color: '#C848CB'

red 200 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #C848CB

Tints of Fuchsia #C848CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 42.11%
G = 15.16%
B = 42.74%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C848CB (or 0xC848CB) is known color: Fuchsia. HEX triplet: C8, 48 and CB. RGB value is (200,72,203). Sum of RGB (Red+Green+Blue) = 200+72+203=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #C848CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CB is #37B734. Grayscale: #7C7C7C. Windows color (decimal): -3651381 or 13322440. OLE color: 13322440.

HSL color Cylindrical-coordinate representation of color #C848CB: hue angle of 298.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C848CB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 72 203 -
CMYK 0.01 0.65 0 0.20
HSL 298.63º 0.56% 0.54% -
HSV(B) 298.63º 0.65% 0.8% -
XYZ 36.92 21.23 58.65 -
YUV 125.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 200 72 203 0.01 0.65 0 0.20 298.63 0.56 0.54
Hex C8 48 CB 1 41 0 14 12B 38 36
Octal 310 110 313 1 101 0 24 453 70 66
Binary 11001000 1001000 11001011 1 1000001 0 10100 100101011 111000 110110

Color Harmonies of #C848CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848CB

Black with #C848CB

Text Example


Text Example

White with #C848CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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