Html Css Color HEX #C645BD Fuchsia

📋 copy color: '#C645BD'

red 198 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #C645BD

Tints of Fuchsia #C645BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 43.42%
G = 15.13%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C645BD (or 0xC645BD) is known color: Fuchsia. HEX triplet: C6, 45 and BD. RGB value is (198,69,189). Sum of RGB (Red+Green+Blue) = 198+69+189=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C645BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645BD is #39BA42. Grayscale: #787878. Windows color (decimal): -3783235 or 12404166. OLE color: 12404166.

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

Color convert

RGB 198 69 189 -
CMYK 0 0.65 0.05 0.22
HSL 304.19º 0.53% 0.52% -
HSV(B) 304.19º 0.65% 0.78% -
XYZ 34.6 19.94 50.17 -
YUV 121.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 198 69 189 0 0.65 0.05 0.22 304.19 0.53 0.52
Hex C6 45 BD 0 41 5 16 130 35 34
Octal 306 105 275 0 101 5 26 460 65 64
Binary 11000110 1000101 10111101 0 1000001 101 10110 100110000 110101 110100

Color Harmonies of #C645BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645BD

Black with #C645BD

Text Example


Text Example

White with #C645BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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