Html Css Color HEX #C238CD Fuchsia

📋 copy color: '#C238CD'

red 194 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #C238CD

Tints of Fuchsia #C238CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 42.64%
G = 12.31%
B = 45.05%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C238CD (or 0xC238CD) is known color: Fuchsia. HEX triplet: C2, 38 and CD. RGB value is (194,56,205). Sum of RGB (Red+Green+Blue) = 194+56+205=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C238CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238CD is #3DC732. Grayscale: #717171. Windows color (decimal): -4048691 or 13449410. OLE color: 13449410.

HSL color Cylindrical-coordinate representation of color #C238CD: hue angle of 295.57º degrees, saturation: 0.6, 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 #C238CD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 56 205 -
CMYK 0.05 0.73 0 0.20
HSL 295.57º 0.6% 0.51% -
HSV(B) 295.57º 0.73% 0.8% -
XYZ 34.68 18.71 59.54 -
YUV 114.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 194 56 205 0.05 0.73 0 0.20 295.57 0.6 0.51
Hex C2 38 CD 5 49 0 14 128 3C 33
Octal 302 70 315 5 111 0 24 450 74 63
Binary 11000010 111000 11001101 101 1001001 0 10100 100101000 111100 110011

Color Harmonies of #C238CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238CD

Black with #C238CD

Text Example


Text Example

White with #C238CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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