Html Css Color HEX #C238CC Fuchsia

📋 copy color: '#C238CC'

red 194 ◦ green 56 ◦ blue 204

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

Shades of Fuchsia #C238CC

Tints of Fuchsia #C238CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 42.73%
G = 12.33%
B = 44.93%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C238CC (or 0xC238CC) is known color: Fuchsia. HEX triplet: C2, 38 and CC. RGB value is (194,56,204). Sum of RGB (Red+Green+Blue) = 194+56+204=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C238CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238CC is #3DC733. Grayscale: #717171. Windows color (decimal): -4048692 or 13383874. OLE color: 13383874.

HSL color Cylindrical-coordinate representation of color #C238CC: hue angle of 295.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C238CC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 56 204 -
CMYK 0.05 0.73 0 0.2
HSL 295.95º 0.59% 0.51% -
HSV(B) 295.95º 0.73% 0.8% -
XYZ 34.56 18.66 58.91 -
YUV 114.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 194 56 204 0.05 0.73 0 0.2 295.95 0.59 0.51
Hex C2 38 CC 5 49 0 14 128 3B 33
Octal 302 70 314 5 111 0 24 450 73 63
Binary 11000010 111000 11001100 101 1001001 0 10100 100101000 111011 110011

Color Harmonies of #C238CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238CC

Black with #C238CC

Text Example


Text Example

White with #C238CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238CC; }

 p { color: rgb(194,56,204); }

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

background-color css

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

 a { background-color: rgb(194,56,204); }

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

border-color css

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

 span { border-color: rgb(194,56,204); }

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