Html Css Color HEX #C835BD Fuchsia

📋 copy color: '#C835BD'

red 200 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #C835BD

Tints of Fuchsia #C835BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 45.25%
G = 11.99%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C835BD (or 0xC835BD) is known color: Fuchsia. HEX triplet: C8, 35 and BD. RGB value is (200,53,189). Sum of RGB (Red+Green+Blue) = 200+53+189=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C835BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835BD is #37CA42. Grayscale: #707070. Windows color (decimal): -3656259 or 12400072. OLE color: 12400072.

HSL color Cylindrical-coordinate representation of color #C835BD: hue angle of 304.49º 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 #C835BD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 189 -
CMYK 0 0.74 0.06 0.22
HSL 304.49º 0.58% 0.5% -
HSV(B) 304.49º 0.74% 0.78% -
XYZ 34.28 18.5 49.91 -
YUV 112.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 200 53 189 0 0.74 0.06 0.22 304.49 0.58 0.5
Hex C8 35 BD 0 4A 6 16 130 3A 32
Octal 310 65 275 0 112 6 26 460 72 62
Binary 11001000 110101 10111101 0 1001010 110 10110 100110000 111010 110010

Color Harmonies of #C835BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835BD

Black with #C835BD

Text Example


Text Example

White with #C835BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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