Html Css Color HEX #C245CD Fuchsia

📋 copy color: '#C245CD'

red 194 ◦ green 69 ◦ blue 205

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

Shades of Fuchsia #C245CD

Tints of Fuchsia #C245CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.74%

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

R = 41.45%
G = 14.74%
B = 43.8%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C245CD (or 0xC245CD) is known color: Fuchsia. HEX triplet: C2, 45 and CD. RGB value is (194,69,205). Sum of RGB (Red+Green+Blue) = 194+69+205=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 69 (27.34% from 255 or 14.74% 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 #C245CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245CD is #3DBA32. Grayscale: #797979. Windows color (decimal): -4045363 or 13452738. OLE color: 13452738.

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

Color convert

RGB 194 69 205 -
CMYK 0.05 0.66 0 0.20
HSL 295.15º 0.58% 0.54% -
HSV(B) 295.15º 0.66% 0.8% -
XYZ 35.4 20.13 59.78 -
YUV 121.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 194 69 205 0.05 0.66 0 0.20 295.15 0.58 0.54
Hex C2 45 CD 5 42 0 14 127 3A 36
Octal 302 105 315 5 102 0 24 447 72 66
Binary 11000010 1000101 11001101 101 1000010 0 10100 100100111 111010 110110

Color Harmonies of #C245CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245CD

Black with #C245CD

Text Example


Text Example

White with #C245CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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