Html Css Color HEX #C632BC Fuchsia

📋 copy color: '#C632BC'

red 198 ◦ green 50 ◦ blue 188

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

Shades of Fuchsia #C632BC

Tints of Fuchsia #C632BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.47%

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

R = 45.41%
G = 11.47%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C632BC (or 0xC632BC) is known color: Fuchsia. HEX triplet: C6, 32 and BC. RGB value is (198,50,188). Sum of RGB (Red+Green+Blue) = 198+50+188=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C632BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632BC is #39CD43. Grayscale: #6D6D6D. Windows color (decimal): -3788100 or 12333766. OLE color: 12333766.

HSL color Cylindrical-coordinate representation of color #C632BC: hue angle of 304.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632BC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 188 -
CMYK 0 0.75 0.05 0.22
HSL 304.05º 0.6% 0.49% -
HSV(B) 304.05º 0.75% 0.78% -
XYZ 33.51 17.92 49.27 -
YUV 109.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 198 50 188 0 0.75 0.05 0.22 304.05 0.6 0.49
Hex C6 32 BC 0 4B 5 16 130 3C 31
Octal 306 62 274 0 113 5 26 460 74 61
Binary 11000110 110010 10111100 0 1001011 101 10110 100110000 111100 110001

Color Harmonies of #C632BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632BC

Black with #C632BC

Text Example


Text Example

White with #C632BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632BC; }

 p { color: rgb(198,50,188); }

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

background-color css

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

 a { background-color: rgb(198,50,188); }

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

border-color css

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

 span { border-color: rgb(198,50,188); }

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