Html Css Color HEX #C645CC Fuchsia

📋 copy color: '#C645CC'

red 198 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #C645CC

Tints of Fuchsia #C645CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 42.04%
G = 14.65%
B = 43.31%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C645CC (or 0xC645CC) is known color: Fuchsia. HEX triplet: C6, 45 and CC. RGB value is (198,69,204). Sum of RGB (Red+Green+Blue) = 198+69+204=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C645CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645CC is #39BA33. Grayscale: #7A7A7A. Windows color (decimal): -3783220 or 13387206. OLE color: 13387206.

HSL color Cylindrical-coordinate representation of color #C645CC: hue angle of 297.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C645CC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 69 204 -
CMYK 0.03 0.66 0 0.2
HSL 297.33º 0.57% 0.54% -
HSV(B) 297.33º 0.66% 0.8% -
XYZ 36.32 20.62 59.19 -
YUV 122.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 198 69 204 0.03 0.66 0 0.2 297.33 0.57 0.54
Hex C6 45 CC 3 42 0 14 129 39 36
Octal 306 105 314 3 102 0 24 451 71 66
Binary 11000110 1000101 11001100 11 1000010 0 10100 100101001 111001 110110

Color Harmonies of #C645CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645CC

Black with #C645CC

Text Example


Text Example

White with #C645CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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