Html Css Color HEX #C641CC Fuchsia

📋 copy color: '#C641CC'

red 198 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #C641CC

Tints of Fuchsia #C641CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.92%

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

R = 42.4%
G = 13.92%
B = 43.68%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C641CC (or 0xC641CC) is known color: Fuchsia. HEX triplet: C6, 41 and CC. RGB value is (198,65,204). Sum of RGB (Red+Green+Blue) = 198+65+204=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C641CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CC is #39BE33. Grayscale: #787878. Windows color (decimal): -3784244 or 13386182. OLE color: 13386182.

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

Color convert

RGB 198 65 204 -
CMYK 0.03 0.68 0 0.2
HSL 297.41º 0.58% 0.53% -
HSV(B) 297.41º 0.68% 0.8% -
XYZ 36.08 20.15 59.11 -
YUV 120.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 198 65 204 0.03 0.68 0 0.2 297.41 0.58 0.53
Hex C6 41 CC 3 44 0 14 129 3A 35
Octal 306 101 314 3 104 0 24 451 72 65
Binary 11000110 1000001 11001100 11 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641CC

Black with #C641CC

Text Example


Text Example

White with #C641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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