Html Css Color HEX #C638BA Fuchsia

📋 copy color: '#C638BA'

red 198 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #C638BA

Tints of Fuchsia #C638BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 45%
G = 12.73%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C638BA (or 0xC638BA) is known color: Fuchsia. HEX triplet: C6, 38 and BA. RGB value is (198,56,186). Sum of RGB (Red+Green+Blue) = 198+56+186=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C638BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C638BA is #39C745. Grayscale: #707070. Windows color (decimal): -3786566 or 12204230. OLE color: 12204230.

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

Color convert

RGB 198 56 186 -
CMYK 0 0.72 0.06 0.22
HSL 305.07º 0.56% 0.5% -
HSV(B) 305.07º 0.72% 0.78% -
XYZ 33.57 18.38 48.23 -
YUV 113.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 198 56 186 0 0.72 0.06 0.22 305.07 0.56 0.5
Hex C6 38 BA 0 48 6 16 131 38 32
Octal 306 70 272 0 110 6 26 461 70 62
Binary 11000110 111000 10111010 0 1001000 110 10110 100110001 111000 110010

Color Harmonies of #C638BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C638BA

Black with #C638BA

Text Example


Text Example

White with #C638BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C638BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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