Html Css Color HEX #C835B8 Fuchsia

📋 copy color: '#C835B8'

red 200 ◦ green 53 ◦ blue 184

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

Shades of Fuchsia #C835B8

Tints of Fuchsia #C835B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 45.77%
G = 12.13%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C835B8 (or 0xC835B8) is known color: Fuchsia. HEX triplet: C8, 35 and B8. RGB value is (200,53,184). Sum of RGB (Red+Green+Blue) = 200+53+184=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C835B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835B8 is #37CA47. Grayscale: #6F6F6F. Windows color (decimal): -3656264 or 12072392. OLE color: 12072392.

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

Color convert

RGB 200 53 184 -
CMYK 0 0.74 0.08 0.22
HSL 306.53º 0.58% 0.5% -
HSV(B) 306.53º 0.74% 0.78% -
XYZ 33.74 18.29 47.1 -
YUV 111.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 200 53 184 0 0.74 0.08 0.22 306.53 0.58 0.5
Hex C8 35 B8 0 4A 8 16 133 3A 32
Octal 310 65 270 0 112 10 26 463 72 62
Binary 11001000 110101 10111000 0 1001010 1000 10110 100110011 111010 110010

Color Harmonies of #C835B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835B8

Black with #C835B8

Text Example


Text Example

White with #C835B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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