Html Css Color HEX #C238CA Fuchsia

📋 copy color: '#C238CA'

red 194 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #C238CA

Tints of Fuchsia #C238CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 42.92%
G = 12.39%
B = 44.69%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C238CA (or 0xC238CA) is known color: Fuchsia. HEX triplet: C2, 38 and CA. RGB value is (194,56,202). Sum of RGB (Red+Green+Blue) = 194+56+202=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #C238CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238CA is #3DC735. Grayscale: #717171. Windows color (decimal): -4048694 or 13252802. OLE color: 13252802.

HSL color Cylindrical-coordinate representation of color #C238CA: hue angle of 296.71º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C238CA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 56 202 -
CMYK 0.04 0.72 0 0.21
HSL 296.71º 0.58% 0.51% -
HSV(B) 296.71º 0.72% 0.79% -
XYZ 34.32 18.56 57.65 -
YUV 113.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 194 56 202 0.04 0.72 0 0.21 296.71 0.58 0.51
Hex C2 38 CA 4 48 0 15 129 3A 33
Octal 302 70 312 4 110 0 25 451 72 63
Binary 11000010 111000 11001010 100 1001000 0 10101 100101001 111010 110011

Color Harmonies of #C238CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238CA

Black with #C238CA

Text Example


Text Example

White with #C238CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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