Html Css Color HEX #C634CC Fuchsia

📋 copy color: '#C634CC'

red 198 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #C634CC

Tints of Fuchsia #C634CC

RGB

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

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

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

R = 43.61%
G = 11.45%
B = 44.93%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C634CC (or 0xC634CC) is known color: Fuchsia. HEX triplet: C6, 34 and CC. RGB value is (198,52,204). Sum of RGB (Red+Green+Blue) = 198+52+204=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C634CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634CC is #39CB33. Grayscale: #707070. Windows color (decimal): -3787572 or 13382854. OLE color: 13382854.

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

Color convert

RGB 198 52 204 -
CMYK 0.03 0.75 0 0.2
HSL 297.63º 0.6% 0.5% -
HSV(B) 297.63º 0.75% 0.8% -
XYZ 35.42 18.82 58.89 -
YUV 112.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 198 52 204 0.03 0.75 0 0.2 297.63 0.6 0.5
Hex C6 34 CC 3 4B 0 14 12A 3C 32
Octal 306 64 314 3 113 0 24 452 74 62
Binary 11000110 110100 11001100 11 1001011 0 10100 100101010 111100 110010

Color Harmonies of #C634CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634CC

Black with #C634CC

Text Example


Text Example

White with #C634CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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