Html Css Color HEX #C244CD Fuchsia

📋 copy color: '#C244CD'

red 194 ◦ green 68 ◦ blue 205

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

Shades of Fuchsia #C244CD

Tints of Fuchsia #C244CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

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

R = 41.54%
G = 14.56%
B = 43.9%

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

#C244CD (or 0xC244CD) is known color: Fuchsia. HEX triplet: C2, 44 and CD. RGB value is (194,68,205). Sum of RGB (Red+Green+Blue) = 194+68+205=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C244CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CD is #3DBB32. Grayscale: #787878. Windows color (decimal): -4045619 or 13452482. OLE color: 13452482.

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

Color convert

RGB 194 68 205 -
CMYK 0.05 0.67 0 0.20
HSL 295.18º 0.58% 0.54% -
HSV(B) 295.18º 0.67% 0.8% -
XYZ 35.33 20.01 59.76 -
YUV 121.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 194 68 205 0.05 0.67 0 0.20 295.18 0.58 0.54
Hex C2 44 CD 5 43 0 14 127 3A 36
Octal 302 104 315 5 103 0 24 447 72 66
Binary 11000010 1000100 11001101 101 1000011 0 10100 100100111 111010 110110

Color Harmonies of #C244CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244CD

Black with #C244CD

Text Example


Text Example

White with #C244CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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