Html Css Color HEX #C82ABC Fuchsia

📋 copy color: '#C82ABC'

red 200 ◦ green 42 ◦ blue 188

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

Shades of Fuchsia #C82ABC

Tints of Fuchsia #C82ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.77%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 46.51%
G = 9.77%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C82ABC (or 0xC82ABC) is known color: Fuchsia. HEX triplet: C8, 2A and BC. RGB value is (200,42,188). Sum of RGB (Red+Green+Blue) = 200+42+188=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C82ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ABC is #37D543. Grayscale: #696969. Windows color (decimal): -3659076 or 12331720. OLE color: 12331720.

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

Color convert

RGB 200 42 188 -
CMYK 0 0.79 0.06 0.22
HSL 304.56º 0.65% 0.47% -
HSV(B) 304.56º 0.79% 0.78% -
XYZ 33.72 17.57 49.19 -
YUV 105.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 200 42 188 0 0.79 0.06 0.22 304.56 0.65 0.47
Hex C8 2A BC 0 4F 6 16 131 41 2F
Octal 310 52 274 0 117 6 26 461 101 57
Binary 11001000 101010 10111100 0 1001111 110 10110 100110001 1000001 101111

Color Harmonies of #C82ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ABC

Black with #C82ABC

Text Example


Text Example

White with #C82ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ABC; }

 p { color: rgb(200,42,188); }

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

background-color css

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

 a { background-color: rgb(200,42,188); }

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

border-color css

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

 span { border-color: rgb(200,42,188); }

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