Html Css Color HEX #C82DBB Fuchsia

📋 copy color: '#C82DBB'

red 200 ◦ green 45 ◦ blue 187

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

Shades of Fuchsia #C82DBB

Tints of Fuchsia #C82DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

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

R = 46.3%
G = 10.42%
B = 43.29%

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

#C82DBB (or 0xC82DBB) is known color: Fuchsia. HEX triplet: C8, 2D and BB. RGB value is (200,45,187). Sum of RGB (Red+Green+Blue) = 200+45+187=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DBB is #37D244. Grayscale: #6B6B6B. Windows color (decimal): -3658309 or 12266952. OLE color: 12266952.

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

Color convert

RGB 200 45 187 -
CMYK 0 0.78 0.06 0.22
HSL 305.03º 0.63% 0.48% -
HSV(B) 305.03º 0.78% 0.78% -
XYZ 33.73 17.74 48.66 -
YUV 107.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 200 45 187 0 0.78 0.06 0.22 305.03 0.63 0.48
Hex C8 2D BB 0 4E 6 16 131 3F 30
Octal 310 55 273 0 116 6 26 461 77 60
Binary 11001000 101101 10111011 0 1001110 110 10110 100110001 111111 110000

Color Harmonies of #C82DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DBB

Black with #C82DBB

Text Example


Text Example

White with #C82DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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