Html Css Color HEX #C038CD Fuchsia

📋 copy color: '#C038CD'

red 192 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #C038CD

Tints of Fuchsia #C038CD

RGB

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

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

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

R = 42.38%
G = 12.36%
B = 45.25%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C038CD (or 0xC038CD) is known color: Fuchsia. HEX triplet: C0, 38 and CD. RGB value is (192,56,205). Sum of RGB (Red+Green+Blue) = 192+56+205=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C038CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CD is #3FC732. Grayscale: #717171. Windows color (decimal): -4179763 or 13449408. OLE color: 13449408.

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

Color convert

RGB 192 56 205 -
CMYK 0.06 0.73 0 0.20
HSL 294.77º 0.6% 0.51% -
HSV(B) 294.77º 0.73% 0.8% -
XYZ 34.17 18.44 59.52 -
YUV 113.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 192 56 205 0.06 0.73 0 0.20 294.77 0.6 0.51
Hex C0 38 CD 6 49 0 14 127 3C 33
Octal 300 70 315 6 111 0 24 447 74 63
Binary 11000000 111000 11001101 110 1001001 0 10100 100100111 111100 110011

Color Harmonies of #C038CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038CD

Black with #C038CD

Text Example


Text Example

White with #C038CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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