Html Css Color HEX #C641CD Fuchsia

📋 copy color: '#C641CD'

red 198 ◦ green 65 ◦ blue 205

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

Shades of Fuchsia #C641CD

Tints of Fuchsia #C641CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 42.31%
G = 13.89%
B = 43.8%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C641CD (or 0xC641CD) is known color: Fuchsia. HEX triplet: C6, 41 and CD. RGB value is (198,65,205). Sum of RGB (Red+Green+Blue) = 198+65+205=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C641CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CD is #39BE32. Grayscale: #787878. Windows color (decimal): -3784243 or 13451718. OLE color: 13451718.

HSL color Cylindrical-coordinate representation of color #C641CD: hue angle of 297º 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 #C641CD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 65 205 -
CMYK 0.03 0.68 0 0.20
HSL 297º 0.58% 0.53% -
HSV(B) 297º 0.68% 0.8% -
XYZ 36.2 20.19 59.75 -
YUV 120.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 198 65 205 0.03 0.68 0 0.20 297 0.58 0.53
Hex C6 41 CD 3 44 0 14 129 3A 35
Octal 306 101 315 3 104 0 24 451 72 65
Binary 11000110 1000001 11001101 11 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C641CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641CD

Black with #C641CD

Text Example


Text Example

White with #C641CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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