Html Css Color HEX #C652AA Fuchsia

📋 copy color: '#C652AA'

red 198 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #C652AA

Tints of Fuchsia #C652AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 44%
G = 18.22%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C652AA (or 0xC652AA) is known color: Fuchsia. HEX triplet: C6, 52 and AA. RGB value is (198,82,170). Sum of RGB (Red+Green+Blue) = 198+82+170=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C652AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652AA is #39AD55. Grayscale: #7E7E7E. Windows color (decimal): -3779926 or 11162310. OLE color: 11162310.

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

Color convert

RGB 198 82 170 -
CMYK 0 0.59 0.14 0.22
HSL 314.48º 0.5% 0.55% -
HSV(B) 314.48º 0.59% 0.78% -
XYZ 33.56 20.94 40.3 -
YUV 126.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 198 82 170 0 0.59 0.14 0.22 314.48 0.5 0.55
Hex C6 52 AA 0 3B E 16 13A 32 37
Octal 306 122 252 0 73 16 26 472 62 67
Binary 11000110 1010010 10101010 0 111011 1110 10110 100111010 110010 110111

Color Harmonies of #C652AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652AA

Black with #C652AA

Text Example


Text Example

White with #C652AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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