Html Css Color HEX #C841CF Fuchsia

📋 copy color: '#C841CF'

red 200 ◦ green 65 ◦ blue 207

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

Shades of Fuchsia #C841CF

Tints of Fuchsia #C841CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

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

R = 42.37%
G = 13.77%
B = 43.86%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C841CF (or 0xC841CF) is known color: Fuchsia. HEX triplet: C8, 41 and CF. RGB value is (200,65,207). Sum of RGB (Red+Green+Blue) = 200+65+207=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C841CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841CF is #37BE30. Grayscale: #797979. Windows color (decimal): -3653169 or 13582792. OLE color: 13582792.

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

Color convert

RGB 200 65 207 -
CMYK 0.03 0.69 0 0.19
HSL 297.04º 0.6% 0.53% -
HSV(B) 297.04º 0.69% 0.81% -
XYZ 36.97 20.56 61.05 -
YUV 121.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 200 65 207 0.03 0.69 0 0.19 297.04 0.6 0.53
Hex C8 41 CF 3 45 0 13 129 3C 35
Octal 310 101 317 3 105 0 23 451 74 65
Binary 11001000 1000001 11001111 11 1000101 0 10011 100101001 111100 110101

Color Harmonies of #C841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841CF

Black with #C841CF

Text Example


Text Example

White with #C841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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