Html Css Color HEX #C652BF Fuchsia

📋 copy color: '#C652BF'

red 198 ◦ green 82 ◦ blue 191

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

Shades of Fuchsia #C652BF

Tints of Fuchsia #C652BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 42.04%
G = 17.41%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C652BF (or 0xC652BF) is known color: Fuchsia. HEX triplet: C6, 52 and BF. RGB value is (198,82,191). Sum of RGB (Red+Green+Blue) = 198+82+191=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C652BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652BF is #39AD40. Grayscale: #808080. Windows color (decimal): -3779905 or 12538566. OLE color: 12538566.

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

Color convert

RGB 198 82 191 -
CMYK 0 0.59 0.04 0.22
HSL 303.62º 0.5% 0.55% -
HSV(B) 303.62º 0.59% 0.78% -
XYZ 35.71 21.8 51.62 -
YUV 129.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 198 82 191 0 0.59 0.04 0.22 303.62 0.5 0.55
Hex C6 52 BF 0 3B 4 16 130 32 37
Octal 306 122 277 0 73 4 26 460 62 67
Binary 11000110 1010010 10111111 0 111011 100 10110 100110000 110010 110111

Color Harmonies of #C652BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652BF

Black with #C652BF

Text Example


Text Example

White with #C652BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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