Html Css Color HEX #C841CD Fuchsia

📋 copy color: '#C841CD'

red 200 ◦ green 65 ◦ blue 205

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

Shades of Fuchsia #C841CD

Tints of Fuchsia #C841CD

RGB

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

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

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

R = 42.55%
G = 13.83%
B = 43.62%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C841CD (or 0xC841CD) is known color: Fuchsia. HEX triplet: C8, 41 and CD. RGB value is (200,65,205). Sum of RGB (Red+Green+Blue) = 200+65+205=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C841CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841CD is #37BE32. Grayscale: #787878. Windows color (decimal): -3653171 or 13451720. OLE color: 13451720.

HSL color Cylindrical-coordinate representation of color #C841CD: hue angle of 297.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841CD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 65 205 -
CMYK 0.02 0.68 0 0.20
HSL 297.86º 0.58% 0.53% -
HSV(B) 297.86º 0.68% 0.8% -
XYZ 36.73 20.47 59.77 -
YUV 121.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 200 65 205 0.02 0.68 0 0.20 297.86 0.58 0.53
Hex C8 41 CD 2 44 0 14 12A 3A 35
Octal 310 101 315 2 104 0 24 452 72 65
Binary 11001000 1000001 11001101 10 1000100 0 10100 100101010 111010 110101

Color Harmonies of #C841CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841CD

Black with #C841CD

Text Example


Text Example

White with #C841CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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