Html Css Color HEX #C833B1 Fuchsia

📋 copy color: '#C833B1'

red 200 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #C833B1

Tints of Fuchsia #C833B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.92%

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 46.73%
G = 11.92%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C833B1 (or 0xC833B1) is known color: Fuchsia. HEX triplet: C8, 33 and B1. RGB value is (200,51,177). Sum of RGB (Red+Green+Blue) = 200+51+177=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C833B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C833B1 is #37CC4E. Grayscale: #6D6D6D. Windows color (decimal): -3656783 or 11613128. OLE color: 11613128.

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

Color convert

RGB 200 51 177 -
CMYK 0 0.74 0.12 0.22
HSL 309.26º 0.59% 0.49% -
HSV(B) 309.26º 0.75% 0.78% -
XYZ 32.94 17.82 43.3 -
YUV 109.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 200 51 177 0 0.74 0.12 0.22 309.26 0.59 0.49
Hex C8 33 B1 0 4A C 16 135 3B 31
Octal 310 63 261 0 112 14 26 465 73 61
Binary 11001000 110011 10110001 0 1001010 1100 10110 100110101 111011 110001

Color Harmonies of #C833B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C833B1

Black with #C833B1

Text Example


Text Example

White with #C833B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C833B1; }

 p { color: rgb(200,51,177); }

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

background-color css

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

 a { background-color: rgb(200,51,177); }

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

border-color css

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

 span { border-color: rgb(200,51,177); }

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