Html Css Color HEX #C835BC Fuchsia

📋 copy color: '#C835BC'

red 200 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #C835BC

Tints of Fuchsia #C835BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 45.35%
G = 12.02%
B = 42.63%

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

#C835BC (or 0xC835BC) is known color: Fuchsia. HEX triplet: C8, 35 and BC. RGB value is (200,53,188). Sum of RGB (Red+Green+Blue) = 200+53+188=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C835BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835BC is #37CA43. Grayscale: #6F6F6F. Windows color (decimal): -3656260 or 12334536. OLE color: 12334536.

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

Color convert

RGB 200 53 188 -
CMYK 0 0.74 0.06 0.22
HSL 304.9º 0.58% 0.5% -
HSV(B) 304.9º 0.74% 0.78% -
XYZ 34.17 18.46 49.34 -
YUV 112.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 200 53 188 0 0.74 0.06 0.22 304.9 0.58 0.5
Hex C8 35 BC 0 4A 6 16 131 3A 32
Octal 310 65 274 0 112 6 26 461 72 62
Binary 11001000 110101 10111100 0 1001010 110 10110 100110001 111010 110010

Color Harmonies of #C835BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835BC

Black with #C835BC

Text Example


Text Example

White with #C835BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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