Html Css Color HEX #C42BCF Fuchsia

📋 copy color: '#C42BCF'

red 196 ◦ green 43 ◦ blue 207

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

Shades of Fuchsia #C42BCF

Tints of Fuchsia #C42BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

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

R = 43.95%
G = 9.64%
B = 46.41%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C42BCF (or 0xC42BCF) is known color: Fuchsia. HEX triplet: C4, 2B and CF. RGB value is (196,43,207). Sum of RGB (Red+Green+Blue) = 196+43+207=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C42BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BCF is #3BD430. Grayscale: #6A6A6A. Windows color (decimal): -3920945 or 13577156. OLE color: 13577156.

HSL color Cylindrical-coordinate representation of color #C42BCF: hue angle of 295.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42BCF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 43 207 -
CMYK 0.05 0.79 0 0.19
HSL 295.98º 0.66% 0.49% -
HSV(B) 295.98º 0.79% 0.81% -
XYZ 34.89 17.97 60.66 -
YUV 107.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 196 43 207 0.05 0.79 0 0.19 295.98 0.66 0.49
Hex C4 2B CF 5 4F 0 13 128 42 31
Octal 304 53 317 5 117 0 23 450 102 61
Binary 11000100 101011 11001111 101 1001111 0 10011 100101000 1000010 110001

Color Harmonies of #C42BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BCF

Black with #C42BCF

Text Example


Text Example

White with #C42BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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