Html Css Color HEX #C038B2 Fuchsia

📋 copy color: '#C038B2'

red 192 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #C038B2

Tints of Fuchsia #C038B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.78%

R = 45.07%
G = 13.15%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C038B2 (or 0xC038B2) is known color: Fuchsia. HEX triplet: C0, 38 and B2. RGB value is (192,56,178). Sum of RGB (Red+Green+Blue) = 192+56+178=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C038B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038B2 is #3FC74D. Grayscale: #6E6E6E. Windows color (decimal): -4179790 or 11679936. OLE color: 11679936.

HSL color Cylindrical-coordinate representation of color #C038B2: hue angle of 306.18º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038B2 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 178 -
CMYK 0 0.71 0.07 0.25
HSL 306.18º 0.55% 0.49% -
HSV(B) 306.18º 0.71% 0.75% -
XYZ 31.19 17.25 43.81 -
YUV 110.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 192 56 178 0 0.71 0.07 0.25 306.18 0.55 0.49
Hex C0 38 B2 0 47 7 19 132 37 31
Octal 300 70 262 0 107 7 31 462 67 61
Binary 11000000 111000 10110010 0 1000111 111 11001 100110010 110111 110001

Color Harmonies of #C038B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038B2

Black with #C038B2

Text Example


Text Example

White with #C038B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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