Html Css Color HEX #C645B7 Fuchsia

📋 copy color: '#C645B7'

red 198 ◦ green 69 ◦ blue 183

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

Shades of Fuchsia #C645B7

Tints of Fuchsia #C645B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 44%
G = 15.33%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C645B7 (or 0xC645B7) is known color: Fuchsia. HEX triplet: C6, 45 and B7. RGB value is (198,69,183). Sum of RGB (Red+Green+Blue) = 198+69+183=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C645B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645B7 is #39BA48. Grayscale: #787878. Windows color (decimal): -3783241 or 12010950. OLE color: 12010950.

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

Color convert

RGB 198 69 183 -
CMYK 0 0.65 0.08 0.22
HSL 306.98º 0.53% 0.52% -
HSV(B) 306.98º 0.65% 0.78% -
XYZ 33.96 19.68 46.81 -
YUV 120.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 198 69 183 0 0.65 0.08 0.22 306.98 0.53 0.52
Hex C6 45 B7 0 41 8 16 133 35 34
Octal 306 105 267 0 101 10 26 463 65 64
Binary 11000110 1000101 10110111 0 1000001 1000 10110 100110011 110101 110100

Color Harmonies of #C645B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645B7

Black with #C645B7

Text Example


Text Example

White with #C645B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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