Html Css Color HEX #C235CD Fuchsia

📋 copy color: '#C235CD'

red 194 ◦ green 53 ◦ blue 205

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

Shades of Fuchsia #C235CD

Tints of Fuchsia #C235CD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.73%

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

R = 42.92%
G = 11.73%
B = 45.35%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C235CD (or 0xC235CD) is known color: Fuchsia. HEX triplet: C2, 35 and CD. RGB value is (194,53,205). Sum of RGB (Red+Green+Blue) = 194+53+205=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C235CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CD is #3DCA32. Grayscale: #707070. Windows color (decimal): -4049459 or 13448642. OLE color: 13448642.

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

Color convert

RGB 194 53 205 -
CMYK 0.05 0.74 0 0.20
HSL 295.66º 0.6% 0.51% -
HSV(B) 295.66º 0.74% 0.8% -
XYZ 34.54 18.42 59.49 -
YUV 112.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 194 53 205 0.05 0.74 0 0.20 295.66 0.6 0.51
Hex C2 35 CD 5 4A 0 14 128 3C 33
Octal 302 65 315 5 112 0 24 450 74 63
Binary 11000010 110101 11001101 101 1001010 0 10100 100101000 111100 110011

Color Harmonies of #C235CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235CD

Black with #C235CD

Text Example


Text Example

White with #C235CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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