Html Css Color HEX #C835D1 Fuchsia

📋 copy color: '#C835D1'

red 200 ◦ green 53 ◦ blue 209

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

Shades of Fuchsia #C835D1

Tints of Fuchsia #C835D1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.47%

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 43.29%
G = 11.47%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C835D1 (or 0xC835D1) is known color: Fuchsia. HEX triplet: C8, 35 and D1. RGB value is (200,53,209). Sum of RGB (Red+Green+Blue) = 200+53+209=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #C835D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835D1 is #37CA2E. Grayscale: #727272. Windows color (decimal): -3656239 or 13710792. OLE color: 13710792.

HSL color Cylindrical-coordinate representation of color #C835D1: hue angle of 296.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C835D1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 53 209 -
CMYK 0.04 0.75 0 0.18
HSL 296.54º 0.63% 0.51% -
HSV(B) 296.54º 0.75% 0.82% -
XYZ 36.6 19.43 62.14 -
YUV 114.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 200 53 209 0.04 0.75 0 0.18 296.54 0.63 0.51
Hex C8 35 D1 4 4B 0 12 129 3F 33
Octal 310 65 321 4 113 0 22 451 77 63
Binary 11001000 110101 11010001 100 1001011 0 10010 100101001 111111 110011

Color Harmonies of #C835D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835D1

Black with #C835D1

Text Example


Text Example

White with #C835D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835D1; }

 p { color: rgb(200,53,209); }

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

background-color css

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

 a { background-color: rgb(200,53,209); }

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

border-color css

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

 span { border-color: rgb(200,53,209); }

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