Html Css Color HEX #C334CF Fuchsia

📋 copy color: '#C334CF'

red 195 ◦ green 52 ◦ blue 207

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

Shades of Fuchsia #C334CF

Tints of Fuchsia #C334CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.45%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 42.95%
G = 11.45%
B = 45.59%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C334CF (or 0xC334CF) is known color: Fuchsia. HEX triplet: C3, 34 and CF. RGB value is (195,52,207). Sum of RGB (Red+Green+Blue) = 195+52+207=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C334CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CF is #3CCB30. Grayscale: #6F6F6F. Windows color (decimal): -3984177 or 13579459. OLE color: 13579459.

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

Color convert

RGB 195 52 207 -
CMYK 0.06 0.75 0 0.19
HSL 295.35º 0.62% 0.51% -
HSV(B) 295.35º 0.75% 0.81% -
XYZ 35 18.56 60.77 -
YUV 112.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 195 52 207 0.06 0.75 0 0.19 295.35 0.62 0.51
Hex C3 34 CF 6 4B 0 13 127 3E 33
Octal 303 64 317 6 113 0 23 447 76 63
Binary 11000011 110100 11001111 110 1001011 0 10011 100100111 111110 110011

Color Harmonies of #C334CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334CF

Black with #C334CF

Text Example


Text Example

White with #C334CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334CF; }

 p { color: rgb(195,52,207); }

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

background-color css

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

 a { background-color: rgb(195,52,207); }

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

border-color css

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

 span { border-color: rgb(195,52,207); }

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