Html Css Color HEX #C241CB Fuchsia

📋 copy color: '#C241CB'

red 194 ◦ green 65 ◦ blue 203

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

Shades of Fuchsia #C241CB

Tints of Fuchsia #C241CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.07%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 41.99%
G = 14.07%
B = 43.94%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C241CB (or 0xC241CB) is known color: Fuchsia. HEX triplet: C2, 41 and CB. RGB value is (194,65,203). Sum of RGB (Red+Green+Blue) = 194+65+203=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C241CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CB is #3DBE34. Grayscale: #767676. Windows color (decimal): -4046389 or 13320642. OLE color: 13320642.

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

Color convert

RGB 194 65 203 -
CMYK 0.04 0.68 0 0.20
HSL 296.09º 0.57% 0.53% -
HSV(B) 296.09º 0.68% 0.8% -
XYZ 34.92 19.56 58.44 -
YUV 119.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 194 65 203 0.04 0.68 0 0.20 296.09 0.57 0.53
Hex C2 41 CB 4 44 0 14 128 39 35
Octal 302 101 313 4 104 0 24 450 71 65
Binary 11000010 1000001 11001011 100 1000100 0 10100 100101000 111001 110101

Color Harmonies of #C241CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241CB

Black with #C241CB

Text Example


Text Example

White with #C241CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241CB; }

 p { color: rgb(194,65,203); }

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

background-color css

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

 a { background-color: rgb(194,65,203); }

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

border-color css

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

 span { border-color: rgb(194,65,203); }

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