Html Css Color HEX #C645BA Fuchsia

📋 copy color: '#C645BA'

red 198 ◦ green 69 ◦ blue 186

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

Shades of Fuchsia #C645BA

Tints of Fuchsia #C645BA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.23%

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 43.71%
G = 15.23%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C645BA (or 0xC645BA) is known color: Fuchsia. HEX triplet: C6, 45 and BA. RGB value is (198,69,186). Sum of RGB (Red+Green+Blue) = 198+69+186=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C645BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645BA is #39BA45. Grayscale: #787878. Windows color (decimal): -3783238 or 12207558. OLE color: 12207558.

HSL color Cylindrical-coordinate representation of color #C645BA: hue angle of 305.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C645BA is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 69 186 -
CMYK 0 0.65 0.06 0.22
HSL 305.58º 0.53% 0.52% -
HSV(B) 305.58º 0.65% 0.78% -
XYZ 34.28 19.81 48.47 -
YUV 120.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 198 69 186 0 0.65 0.06 0.22 305.58 0.53 0.52
Hex C6 45 BA 0 41 6 16 132 35 34
Octal 306 105 272 0 101 6 26 462 65 64
Binary 11000110 1000101 10111010 0 1000001 110 10110 100110010 110101 110100

Color Harmonies of #C645BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645BA

Black with #C645BA

Text Example


Text Example

White with #C645BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645BA; }

 p { color: rgb(198,69,186); }

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

background-color css

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

 a { background-color: rgb(198,69,186); }

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

border-color css

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

 span { border-color: rgb(198,69,186); }

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