Html Css Color HEX #C052BC Fuchsia

📋 copy color: '#C052BC'

red 192 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #C052BC

Tints of Fuchsia #C052BC

RGB

 RED value IS 192 (75.39% from 255) = 41.56%

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

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

R = 41.56%
G = 17.75%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C052BC (or 0xC052BC) is known color: Fuchsia. HEX triplet: C0, 52 and BC. RGB value is (192,82,188). Sum of RGB (Red+Green+Blue) = 192+82+188=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C052BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052BC is #3FAD43. Grayscale: #7E7E7E. Windows color (decimal): -4173124 or 12341952. OLE color: 12341952.

HSL color Cylindrical-coordinate representation of color #C052BC: hue angle of 302.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C052BC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 188 -
CMYK 0 0.57 0.02 0.25
HSL 302.18º 0.47% 0.54% -
HSV(B) 302.18º 0.57% 0.75% -
XYZ 33.83 20.87 49.82 -
YUV 126.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 192 82 188 0 0.57 0.02 0.25 302.18 0.47 0.54
Hex C0 52 BC 0 39 2 19 12E 2F 36
Octal 300 122 274 0 71 2 31 456 57 66
Binary 11000000 1010010 10111100 0 111001 10 11001 100101110 101111 110110

Color Harmonies of #C052BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052BC

Black with #C052BC

Text Example


Text Example

White with #C052BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052BC; }

 p { color: rgb(192,82,188); }

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

background-color css

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

 a { background-color: rgb(192,82,188); }

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

border-color css

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

 span { border-color: rgb(192,82,188); }

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