Html Css Color HEX #C238B8 Fuchsia

📋 copy color: '#C238B8'

red 194 ◦ green 56 ◦ blue 184

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

Shades of Fuchsia #C238B8

Tints of Fuchsia #C238B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 44.7%
G = 12.9%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C238B8 (or 0xC238B8) is known color: Fuchsia. HEX triplet: C2, 38 and B8. RGB value is (194,56,184). Sum of RGB (Red+Green+Blue) = 194+56+184=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C238B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238B8 is #3DC747. Grayscale: #6F6F6F. Windows color (decimal): -4048712 or 12073154. OLE color: 12073154.

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

Color convert

RGB 194 56 184 -
CMYK 0 0.71 0.05 0.24
HSL 304.35º 0.55% 0.49% -
HSV(B) 304.35º 0.71% 0.76% -
XYZ 32.31 17.76 47.07 -
YUV 111.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 194 56 184 0 0.71 0.05 0.24 304.35 0.55 0.49
Hex C2 38 B8 0 47 5 18 130 37 31
Octal 302 70 270 0 107 5 30 460 67 61
Binary 11000010 111000 10111000 0 1000111 101 11000 100110000 110111 110001

Color Harmonies of #C238B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238B8

Black with #C238B8

Text Example


Text Example

White with #C238B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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