Html Css Color HEX #C82CBB Fuchsia

📋 copy color: '#C82CBB'

red 200 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #C82CBB

Tints of Fuchsia #C82CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 46.4%
G = 10.21%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C82CBB (or 0xC82CBB) is known color: Fuchsia. HEX triplet: C8, 2C and BB. RGB value is (200,44,187). Sum of RGB (Red+Green+Blue) = 200+44+187=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CBB is #37D344. Grayscale: #6A6A6A. Windows color (decimal): -3658565 or 12266696. OLE color: 12266696.

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

Color convert

RGB 200 44 187 -
CMYK 0 0.78 0.06 0.22
HSL 305º 0.64% 0.48% -
HSV(B) 305º 0.78% 0.78% -
XYZ 33.69 17.67 48.65 -
YUV 106.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 200 44 187 0 0.78 0.06 0.22 305 0.64 0.48
Hex C8 2C BB 0 4E 6 16 131 40 30
Octal 310 54 273 0 116 6 26 461 100 60
Binary 11001000 101100 10111011 0 1001110 110 10110 100110001 1000000 110000

Color Harmonies of #C82CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CBB

Black with #C82CBB

Text Example


Text Example

White with #C82CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CBB; }

 p { color: rgb(200,44,187); }

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

background-color css

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

 a { background-color: rgb(200,44,187); }

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

border-color css

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

 span { border-color: rgb(200,44,187); }

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