Html Css Color HEX #C652BA Fuchsia

📋 copy color: '#C652BA'

red 198 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #C652BA

Tints of Fuchsia #C652BA

RGB

 RED value IS 198 (77.73% from 255) = 42.49%

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 42.49%
G = 17.6%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C652BA (or 0xC652BA) is known color: Fuchsia. HEX triplet: C6, 52 and BA. RGB value is (198,82,186). Sum of RGB (Red+Green+Blue) = 198+82+186=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C652BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652BA is #39AD45. Grayscale: #808080. Windows color (decimal): -3779910 or 12210886. OLE color: 12210886.

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

Color convert

RGB 198 82 186 -
CMYK 0 0.59 0.06 0.22
HSL 306.21º 0.5% 0.55% -
HSV(B) 306.21º 0.59% 0.78% -
XYZ 35.17 21.59 48.77 -
YUV 128.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 198 82 186 0 0.59 0.06 0.22 306.21 0.5 0.55
Hex C6 52 BA 0 3B 6 16 132 32 37
Octal 306 122 272 0 73 6 26 462 62 67
Binary 11000110 1010010 10111010 0 111011 110 10110 100110010 110010 110111

Color Harmonies of #C652BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652BA

Black with #C652BA

Text Example


Text Example

White with #C652BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652BA; }

 p { color: rgb(198,82,186); }

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

background-color css

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

 a { background-color: rgb(198,82,186); }

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

border-color css

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

 span { border-color: rgb(198,82,186); }

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