Html Css Color HEX #C338CD Fuchsia

📋 copy color: '#C338CD'

red 195 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #C338CD

Tints of Fuchsia #C338CD

RGB

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

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

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

R = 42.76%
G = 12.28%
B = 44.96%

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

#C338CD (or 0xC338CD) is known color: Fuchsia. HEX triplet: C3, 38 and CD. RGB value is (195,56,205). Sum of RGB (Red+Green+Blue) = 195+56+205=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C338CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338CD is #3CC732. Grayscale: #727272. Windows color (decimal): -3983155 or 13449411. OLE color: 13449411.

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

Color convert

RGB 195 56 205 -
CMYK 0.05 0.73 0 0.20
HSL 295.97º 0.6% 0.51% -
HSV(B) 295.97º 0.73% 0.8% -
XYZ 34.94 18.84 59.55 -
YUV 114.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 195 56 205 0.05 0.73 0 0.20 295.97 0.6 0.51
Hex C3 38 CD 5 49 0 14 128 3C 33
Octal 303 70 315 5 111 0 24 450 74 63
Binary 11000011 111000 11001101 101 1001001 0 10100 100101000 111100 110011

Color Harmonies of #C338CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338CD

Black with #C338CD

Text Example


Text Example

White with #C338CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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