Html Css Color HEX #C848CF Fuchsia

📋 copy color: '#C848CF'

red 200 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #C848CF

Tints of Fuchsia #C848CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 41.75%
G = 15.03%
B = 43.22%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C848CF (or 0xC848CF) is known color: Fuchsia. HEX triplet: C8, 48 and CF. RGB value is (200,72,207). Sum of RGB (Red+Green+Blue) = 200+72+207=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C848CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CF is #37B730. Grayscale: #7D7D7D. Windows color (decimal): -3651377 or 13584584. OLE color: 13584584.

HSL color Cylindrical-coordinate representation of color #C848CF: hue angle of 296.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C848CF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 72 207 -
CMYK 0.03 0.65 0 0.19
HSL 296.89º 0.58% 0.55% -
HSV(B) 296.89º 0.65% 0.81% -
XYZ 37.4 21.42 61.19 -
YUV 125.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 200 72 207 0.03 0.65 0 0.19 296.89 0.58 0.55
Hex C8 48 CF 3 41 0 13 129 3A 37
Octal 310 110 317 3 101 0 23 451 72 67
Binary 11001000 1001000 11001111 11 1000001 0 10011 100101001 111010 110111

Color Harmonies of #C848CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848CF

Black with #C848CF

Text Example


Text Example

White with #C848CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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