Html Css Color HEX #C243CD Fuchsia

📋 copy color: '#C243CD'

red 194 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #C243CD

Tints of Fuchsia #C243CD

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

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

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

R = 41.63%
G = 14.38%
B = 43.99%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C243CD (or 0xC243CD) is known color: Fuchsia. HEX triplet: C2, 43 and CD. RGB value is (194,67,205). Sum of RGB (Red+Green+Blue) = 194+67+205=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C243CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CD is #3DBC32. Grayscale: #787878. Windows color (decimal): -4045875 or 13452226. OLE color: 13452226.

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

Color convert

RGB 194 67 205 -
CMYK 0.05 0.67 0 0.20
HSL 295.22º 0.58% 0.53% -
HSV(B) 295.22º 0.67% 0.8% -
XYZ 35.27 19.89 59.74 -
YUV 120.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 194 67 205 0.05 0.67 0 0.20 295.22 0.58 0.53
Hex C2 43 CD 5 43 0 14 127 3A 35
Octal 302 103 315 5 103 0 24 447 72 65
Binary 11000010 1000011 11001101 101 1000011 0 10100 100100111 111010 110101

Color Harmonies of #C243CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243CD

Black with #C243CD

Text Example


Text Example

White with #C243CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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