Html Css Color HEX #C638AF Fuchsia

📋 copy color: '#C638AF'

red 198 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #C638AF

Tints of Fuchsia #C638AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 46.15%
G = 13.05%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C638AF (or 0xC638AF) is known color: Fuchsia. HEX triplet: C6, 38 and AF. RGB value is (198,56,175). Sum of RGB (Red+Green+Blue) = 198+56+175=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C638AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638AF is #39C750. Grayscale: #6F6F6F. Windows color (decimal): -3786577 or 11483334. OLE color: 11483334.

HSL color Cylindrical-coordinate representation of color #C638AF: hue angle of 309.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638AF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 56 175 -
CMYK 0 0.72 0.12 0.22
HSL 309.72º 0.56% 0.5% -
HSV(B) 309.72º 0.72% 0.78% -
XYZ 32.44 17.93 42.31 -
YUV 112.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 198 56 175 0 0.72 0.12 0.22 309.72 0.56 0.5
Hex C6 38 AF 0 48 C 16 136 38 32
Octal 306 70 257 0 110 14 26 466 70 62
Binary 11000110 111000 10101111 0 1001000 1100 10110 100110110 111000 110010

Color Harmonies of #C638AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638AF

Black with #C638AF

Text Example


Text Example

White with #C638AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638AF; }

 p { color: rgb(198,56,175); }

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

background-color css

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

 a { background-color: rgb(198,56,175); }

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

border-color css

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

 span { border-color: rgb(198,56,175); }

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