Html Css Color HEX #C652B2 Fuchsia

📋 copy color: '#C652B2'

red 198 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #C652B2

Tints of Fuchsia #C652B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 43.23%
G = 17.9%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C652B2 (or 0xC652B2) is known color: Fuchsia. HEX triplet: C6, 52 and B2. RGB value is (198,82,178). Sum of RGB (Red+Green+Blue) = 198+82+178=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C652B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652B2 is #39AD4D. Grayscale: #7F7F7F. Windows color (decimal): -3779918 or 11686598. OLE color: 11686598.

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

Color convert

RGB 198 82 178 -
CMYK 0 0.59 0.10 0.22
HSL 310.34º 0.5% 0.55% -
HSV(B) 310.34º 0.59% 0.78% -
XYZ 34.34 21.25 44.41 -
YUV 127.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 198 82 178 0 0.59 0.10 0.22 310.34 0.5 0.55
Hex C6 52 B2 0 3B A 16 136 32 37
Octal 306 122 262 0 73 12 26 466 62 67
Binary 11000110 1010010 10110010 0 111011 1010 10110 100110110 110010 110111

Color Harmonies of #C652B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652B2

Black with #C652B2

Text Example


Text Example

White with #C652B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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