Html Css Color HEX #C643CD Fuchsia

📋 copy color: '#C643CD'

red 198 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #C643CD

Tints of Fuchsia #C643CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.26%

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

R = 42.13%
G = 14.26%
B = 43.62%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C643CD (or 0xC643CD) is known color: Fuchsia. HEX triplet: C6, 43 and CD. RGB value is (198,67,205). Sum of RGB (Red+Green+Blue) = 198+67+205=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C643CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643CD is #39BC32. Grayscale: #797979. Windows color (decimal): -3783731 or 13452230. OLE color: 13452230.

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

Color convert

RGB 198 67 205 -
CMYK 0.03 0.67 0 0.20
HSL 296.96º 0.58% 0.53% -
HSV(B) 296.96º 0.67% 0.8% -
XYZ 36.32 20.43 59.79 -
YUV 121.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 198 67 205 0.03 0.67 0 0.20 296.96 0.58 0.53
Hex C6 43 CD 3 43 0 14 129 3A 35
Octal 306 103 315 3 103 0 24 451 72 65
Binary 11000110 1000011 11001101 11 1000011 0 10100 100101001 111010 110101

Color Harmonies of #C643CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643CD

Black with #C643CD

Text Example


Text Example

White with #C643CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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