Html Css Color HEX #C848CD Fuchsia

📋 copy color: '#C848CD'

red 200 ◦ green 72 ◦ blue 205

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

Shades of Fuchsia #C848CD

Tints of Fuchsia #C848CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 41.93%
G = 15.09%
B = 42.98%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C848CD (or 0xC848CD) is known color: Fuchsia. HEX triplet: C8, 48 and CD. RGB value is (200,72,205). Sum of RGB (Red+Green+Blue) = 200+72+205=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C848CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CD is #37B732. Grayscale: #7D7D7D. Windows color (decimal): -3651379 or 13453512. OLE color: 13453512.

HSL color Cylindrical-coordinate representation of color #C848CD: hue angle of 297.74º degrees, saturation: 0.57, 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 #C848CD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 72 205 -
CMYK 0.02 0.65 0 0.20
HSL 297.74º 0.57% 0.54% -
HSV(B) 297.74º 0.65% 0.8% -
XYZ 37.16 21.32 59.91 -
YUV 125.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 200 72 205 0.02 0.65 0 0.20 297.74 0.57 0.54
Hex C8 48 CD 2 41 0 14 12A 39 36
Octal 310 110 315 2 101 0 24 452 71 66
Binary 11001000 1001000 11001101 10 1000001 0 10100 100101010 111001 110110

Color Harmonies of #C848CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848CD

Black with #C848CD

Text Example


Text Example

White with #C848CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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