Html Css Color HEX #C634D0 Fuchsia

📋 copy color: '#C634D0'

red 198 ◦ green 52 ◦ blue 208

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

Shades of Fuchsia #C634D0

Tints of Fuchsia #C634D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 43.23%
G = 11.35%
B = 45.41%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C634D0 (or 0xC634D0) is known color: Fuchsia. HEX triplet: C6, 34 and D0. RGB value is (198,52,208). Sum of RGB (Red+Green+Blue) = 198+52+208=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #C634D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634D0 is #39CB2F. Grayscale: #707070. Windows color (decimal): -3787568 or 13644998. OLE color: 13644998.

HSL color Cylindrical-coordinate representation of color #C634D0: hue angle of 296.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C634D0 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 52 208 -
CMYK 0.05 0.75 0 0.18
HSL 296.15º 0.62% 0.51% -
HSV(B) 296.15º 0.75% 0.82% -
XYZ 35.9 19.02 61.45 -
YUV 113.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 198 52 208 0.05 0.75 0 0.18 296.15 0.62 0.51
Hex C6 34 D0 5 4B 0 12 128 3E 33
Octal 306 64 320 5 113 0 22 450 76 63
Binary 11000110 110100 11010000 101 1001011 0 10010 100101000 111110 110011

Color Harmonies of #C634D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634D0

Black with #C634D0

Text Example


Text Example

White with #C634D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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