Html Css Color HEX #C835C4 Fuchsia

📋 copy color: '#C835C4'

red 200 ◦ green 53 ◦ blue 196

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

Shades of Fuchsia #C835C4

Tints of Fuchsia #C835C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 44.54%
G = 11.8%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C835C4 (or 0xC835C4) is known color: Fuchsia. HEX triplet: C8, 35 and C4. RGB value is (200,53,196). Sum of RGB (Red+Green+Blue) = 200+53+196=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C835C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835C4 is #37CA3B. Grayscale: #707070. Windows color (decimal): -3656252 or 12858824. OLE color: 12858824.

HSL color Cylindrical-coordinate representation of color #C835C4: hue angle of 301.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835C4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 196 -
CMYK 0 0.74 0.02 0.22
HSL 301.63º 0.58% 0.5% -
HSV(B) 301.63º 0.74% 0.78% -
XYZ 35.06 18.81 54.01 -
YUV 113.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 200 53 196 0 0.74 0.02 0.22 301.63 0.58 0.5
Hex C8 35 C4 0 4A 2 16 12E 3A 32
Octal 310 65 304 0 112 2 26 456 72 62
Binary 11001000 110101 11000100 0 1001010 10 10110 100101110 111010 110010

Color Harmonies of #C835C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835C4

Black with #C835C4

Text Example


Text Example

White with #C835C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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