Html Css Color HEX #C344CB Fuchsia

📋 copy color: '#C344CB'

red 195 ◦ green 68 ◦ blue 203

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

Shades of Fuchsia #C344CB

Tints of Fuchsia #C344CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 41.85%
G = 14.59%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C344CB (or 0xC344CB) is known color: Fuchsia. HEX triplet: C3, 44 and CB. RGB value is (195,68,203). Sum of RGB (Red+Green+Blue) = 195+68+203=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C344CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344CB is #3CBB34. Grayscale: #787878. Windows color (decimal): -3980085 or 13321411. OLE color: 13321411.

HSL color Cylindrical-coordinate representation of color #C344CB: hue angle of 296.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C344CB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 68 203 -
CMYK 0.04 0.67 0 0.20
HSL 296.44º 0.56% 0.53% -
HSV(B) 296.44º 0.67% 0.8% -
XYZ 35.35 20.05 58.51 -
YUV 121.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 195 68 203 0.04 0.67 0 0.20 296.44 0.56 0.53
Hex C3 44 CB 4 43 0 14 128 38 35
Octal 303 104 313 4 103 0 24 450 70 65
Binary 11000011 1000100 11001011 100 1000011 0 10100 100101000 111000 110101

Color Harmonies of #C344CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344CB

Black with #C344CB

Text Example


Text Example

White with #C344CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344CB; }

 p { color: rgb(195,68,203); }

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

background-color css

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

 a { background-color: rgb(195,68,203); }

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

border-color css

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

 span { border-color: rgb(195,68,203); }

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