Html Css Color HEX #C338CE Fuchsia

📋 copy color: '#C338CE'

red 195 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #C338CE

Tints of Fuchsia #C338CE

RGB

 RED value IS 195 (76.56% from 255) = 42.67%

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 42.67%
G = 12.25%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C338CE (or 0xC338CE) is known color: Fuchsia. HEX triplet: C3, 38 and CE. RGB value is (195,56,206). Sum of RGB (Red+Green+Blue) = 195+56+206=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C338CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338CE is #3CC731. Grayscale: #727272. Windows color (decimal): -3983154 or 13514947. OLE color: 13514947.

HSL color Cylindrical-coordinate representation of color #C338CE: hue angle of 295.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C338CE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 56 206 -
CMYK 0.05 0.73 0 0.19
HSL 295.6º 0.6% 0.51% -
HSV(B) 295.6º 0.73% 0.81% -
XYZ 35.06 18.89 60.19 -
YUV 114.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 195 56 206 0.05 0.73 0 0.19 295.6 0.6 0.51
Hex C3 38 CE 5 49 0 13 128 3C 33
Octal 303 70 316 5 111 0 23 450 74 63
Binary 11000011 111000 11001110 101 1001001 0 10011 100101000 111100 110011

Color Harmonies of #C338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338CE

Black with #C338CE

Text Example


Text Example

White with #C338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338CE; }

 p { color: rgb(195,56,206); }

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

background-color css

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

 a { background-color: rgb(195,56,206); }

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

border-color css

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

 span { border-color: rgb(195,56,206); }

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