Html Css Color HEX #C038CA Fuchsia

📋 copy color: '#C038CA'

red 192 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #C038CA

Tints of Fuchsia #C038CA

RGB

 RED value IS 192 (75.39% from 255) = 42.67%

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

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

R = 42.67%
G = 12.44%
B = 44.89%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C038CA (or 0xC038CA) is known color: Fuchsia. HEX triplet: C0, 38 and CA. RGB value is (192,56,202). Sum of RGB (Red+Green+Blue) = 192+56+202=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #C038CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CA is #3FC735. Grayscale: #707070. Windows color (decimal): -4179766 or 13252800. OLE color: 13252800.

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

Color convert

RGB 192 56 202 -
CMYK 0.05 0.72 0 0.21
HSL 295.89º 0.58% 0.51% -
HSV(B) 295.89º 0.72% 0.79% -
XYZ 33.81 18.3 57.63 -
YUV 113.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 192 56 202 0.05 0.72 0 0.21 295.89 0.58 0.51
Hex C0 38 CA 5 48 0 15 128 3A 33
Octal 300 70 312 5 110 0 25 450 72 63
Binary 11000000 111000 11001010 101 1001000 0 10101 100101000 111010 110011

Color Harmonies of #C038CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038CA

Black with #C038CA

Text Example


Text Example

White with #C038CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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