Html Css Color HEX #C834BD Fuchsia

📋 copy color: '#C834BD'

red 200 ◦ green 52 ◦ blue 189

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

Shades of Fuchsia #C834BD

Tints of Fuchsia #C834BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.79%

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

R = 45.35%
G = 11.79%
B = 42.86%

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

#C834BD (or 0xC834BD) is known color: Fuchsia. HEX triplet: C8, 34 and BD. RGB value is (200,52,189). Sum of RGB (Red+Green+Blue) = 200+52+189=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C834BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834BD is #37CB42. Grayscale: #6F6F6F. Windows color (decimal): -3656515 or 12399816. OLE color: 12399816.

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

Color convert

RGB 200 52 189 -
CMYK 0 0.74 0.06 0.22
HSL 304.46º 0.59% 0.49% -
HSV(B) 304.46º 0.74% 0.78% -
XYZ 34.23 18.41 49.89 -
YUV 111.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 200 52 189 0 0.74 0.06 0.22 304.46 0.59 0.49
Hex C8 34 BD 0 4A 6 16 130 3B 31
Octal 310 64 275 0 112 6 26 460 73 61
Binary 11001000 110100 10111101 0 1001010 110 10110 100110000 111011 110001

Color Harmonies of #C834BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834BD

Black with #C834BD

Text Example


Text Example

White with #C834BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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