Html Css Color HEX #C82DB5 Fuchsia

📋 copy color: '#C82DB5'

red 200 ◦ green 45 ◦ blue 181

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

Shades of Fuchsia #C82DB5

Tints of Fuchsia #C82DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 46.95%
G = 10.56%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C82DB5 (or 0xC82DB5) is known color: Fuchsia. HEX triplet: C8, 2D and B5. RGB value is (200,45,181). Sum of RGB (Red+Green+Blue) = 200+45+181=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DB5 is #37D24A. Grayscale: #6A6A6A. Windows color (decimal): -3658315 or 11873736. OLE color: 11873736.

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

Color convert

RGB 200 45 181 -
CMYK 0 0.78 0.09 0.22
HSL 307.35º 0.63% 0.48% -
HSV(B) 307.35º 0.78% 0.78% -
XYZ 33.1 17.49 45.35 -
YUV 106.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 200 45 181 0 0.78 0.09 0.22 307.35 0.63 0.48
Hex C8 2D B5 0 4E 9 16 133 3F 30
Octal 310 55 265 0 116 11 26 463 77 60
Binary 11001000 101101 10110101 0 1001110 1001 10110 100110011 111111 110000

Color Harmonies of #C82DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DB5

Black with #C82DB5

Text Example


Text Example

White with #C82DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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