Html Css Color HEX #C645C3 Fuchsia

📋 copy color: '#C645C3'

red 198 ◦ green 69 ◦ blue 195

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

Shades of Fuchsia #C645C3

Tints of Fuchsia #C645C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 42.86%
G = 14.94%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C645C3 (or 0xC645C3) is known color: Fuchsia. HEX triplet: C6, 45 and C3. RGB value is (198,69,195). Sum of RGB (Red+Green+Blue) = 198+69+195=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C645C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645C3 is #39BA3C. Grayscale: #797979. Windows color (decimal): -3783229 or 12797382. OLE color: 12797382.

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

Color convert

RGB 198 69 195 -
CMYK 0 0.65 0.02 0.22
HSL 301.4º 0.53% 0.52% -
HSV(B) 301.4º 0.65% 0.78% -
XYZ 35.27 20.2 53.67 -
YUV 121.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 198 69 195 0 0.65 0.02 0.22 301.4 0.53 0.52
Hex C6 45 C3 0 41 2 16 12D 35 34
Octal 306 105 303 0 101 2 26 455 65 64
Binary 11000110 1000101 11000011 0 1000001 10 10110 100101101 110101 110100

Color Harmonies of #C645C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645C3

Black with #C645C3

Text Example


Text Example

White with #C645C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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