Html Css Color HEX #C634C9 Fuchsia

📋 copy color: '#C634C9'

red 198 ◦ green 52 ◦ blue 201

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

Shades of Fuchsia #C634C9

Tints of Fuchsia #C634C9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 43.9%
G = 11.53%
B = 44.57%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C634C9 (or 0xC634C9) is known color: Fuchsia. HEX triplet: C6, 34 and C9. RGB value is (198,52,201). Sum of RGB (Red+Green+Blue) = 198+52+201=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #C634C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634C9 is #39CB36. Grayscale: #707070. Windows color (decimal): -3787575 or 13186246. OLE color: 13186246.

HSL color Cylindrical-coordinate representation of color #C634C9: hue angle of 298.79º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C634C9 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 52 201 -
CMYK 0.01 0.74 0 0.21
HSL 298.79º 0.59% 0.5% -
HSV(B) 298.79º 0.74% 0.79% -
XYZ 35.06 18.68 57.02 -
YUV 112.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 198 52 201 0.01 0.74 0 0.21 298.79 0.59 0.5
Hex C6 34 C9 1 4A 0 15 12B 3B 32
Octal 306 64 311 1 112 0 25 453 73 62
Binary 11000110 110100 11001001 1 1001010 0 10101 100101011 111011 110010

Color Harmonies of #C634C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634C9

Black with #C634C9

Text Example


Text Example

White with #C634C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634C9; }

 p { color: rgb(198,52,201); }

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

background-color css

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

 a { background-color: rgb(198,52,201); }

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

border-color css

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

 span { border-color: rgb(198,52,201); }

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