Html Css Color HEX #C434CF Fuchsia

📋 copy color: '#C434CF'

red 196 ◦ green 52 ◦ blue 207

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

Shades of Fuchsia #C434CF

Tints of Fuchsia #C434CF

RGB

 RED value IS 196 (76.95% from 255) = 43.08%

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

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

R = 43.08%
G = 11.43%
B = 45.49%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C434CF (or 0xC434CF) is known color: Fuchsia. HEX triplet: C4, 34 and CF. RGB value is (196,52,207). Sum of RGB (Red+Green+Blue) = 196+52+207=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C434CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434CF is #3BCB30. Grayscale: #707070. Windows color (decimal): -3918641 or 13579460. OLE color: 13579460.

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

Color convert

RGB 196 52 207 -
CMYK 0.05 0.75 0 0.19
HSL 295.74º 0.62% 0.51% -
HSV(B) 295.74º 0.75% 0.81% -
XYZ 35.26 18.7 60.78 -
YUV 112.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 196 52 207 0.05 0.75 0 0.19 295.74 0.62 0.51
Hex C4 34 CF 5 4B 0 13 128 3E 33
Octal 304 64 317 5 113 0 23 450 76 63
Binary 11000100 110100 11001111 101 1001011 0 10011 100101000 111110 110011

Color Harmonies of #C434CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434CF

Black with #C434CF

Text Example


Text Example

White with #C434CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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