Html Css Color HEX #C242CD Fuchsia

📋 copy color: '#C242CD'

red 194 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C242CD

Tints of Fuchsia #C242CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 41.72%
G = 14.19%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C242CD (or 0xC242CD) is known color: Fuchsia. HEX triplet: C2, 42 and CD. RGB value is (194,66,205). Sum of RGB (Red+Green+Blue) = 194+66+205=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C242CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242CD is #3DBD32. Grayscale: #777777. Windows color (decimal): -4046131 or 13451970. OLE color: 13451970.

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

Color convert

RGB 194 66 205 -
CMYK 0.05 0.68 0 0.20
HSL 295.25º 0.58% 0.53% -
HSV(B) 295.25º 0.68% 0.8% -
XYZ 35.22 19.77 59.72 -
YUV 120.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 194 66 205 0.05 0.68 0 0.20 295.25 0.58 0.53
Hex C2 42 CD 5 44 0 14 127 3A 35
Octal 302 102 315 5 104 0 24 447 72 65
Binary 11000010 1000010 11001101 101 1000100 0 10100 100100111 111010 110101

Color Harmonies of #C242CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242CD

Black with #C242CD

Text Example


Text Example

White with #C242CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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