Html Css Color HEX #C641CA Fuchsia

📋 copy color: '#C641CA'

red 198 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #C641CA

Tints of Fuchsia #C641CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 42.58%
G = 13.98%
B = 43.44%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C641CA (or 0xC641CA) is known color: Fuchsia. HEX triplet: C6, 41 and CA. RGB value is (198,65,202). Sum of RGB (Red+Green+Blue) = 198+65+202=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #C641CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CA is #39BE35. Grayscale: #777777. Windows color (decimal): -3784246 or 13255110. OLE color: 13255110.

HSL color Cylindrical-coordinate representation of color #C641CA: hue angle of 298.25º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C641CA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 65 202 -
CMYK 0.02 0.68 0 0.21
HSL 298.25º 0.56% 0.52% -
HSV(B) 298.25º 0.68% 0.79% -
XYZ 35.84 20.05 57.86 -
YUV 120.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 198 65 202 0.02 0.68 0 0.21 298.25 0.56 0.52
Hex C6 41 CA 2 44 0 15 12A 38 34
Octal 306 101 312 2 104 0 25 452 70 64
Binary 11000110 1000001 11001010 10 1000100 0 10101 100101010 111000 110100

Color Harmonies of #C641CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641CA

Black with #C641CA

Text Example


Text Example

White with #C641CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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