Html Css Color HEX #C841C1 Fuchsia

📋 copy color: '#C841C1'

red 200 ◦ green 65 ◦ blue 193

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

Shades of Fuchsia #C841C1

Tints of Fuchsia #C841C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 43.67%
G = 14.19%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C841C1 (or 0xC841C1) is known color: Fuchsia. HEX triplet: C8, 41 and C1. RGB value is (200,65,193). Sum of RGB (Red+Green+Blue) = 200+65+193=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C841C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841C1 is #37BE3E. Grayscale: #777777. Windows color (decimal): -3653183 or 12665288. OLE color: 12665288.

HSL color Cylindrical-coordinate representation of color #C841C1: hue angle of 303.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841C1 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 193 -
CMYK 0 0.68 0.04 0.22
HSL 303.11º 0.55% 0.52% -
HSV(B) 303.11º 0.68% 0.78% -
XYZ 35.34 19.91 52.43 -
YUV 119.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 200 65 193 0 0.68 0.04 0.22 303.11 0.55 0.52
Hex C8 41 C1 0 44 4 16 12F 37 34
Octal 310 101 301 0 104 4 26 457 67 64
Binary 11001000 1000001 11000001 0 1000100 100 10110 100101111 110111 110100

Color Harmonies of #C841C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841C1

Black with #C841C1

Text Example


Text Example

White with #C841C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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