Html Css Color HEX #CB3FC4 Fuchsia

📋 copy color: '#CB3FC4'

red 203 ◦ green 63 ◦ blue 196

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

Shades of Fuchsia #CB3FC4

Tints of Fuchsia #CB3FC4

RGB

 RED value IS 203 (79.69% from 255) = 43.94%

 GREEN value IS 63 (25% from 255) = 13.64%

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 43.94%
G = 13.64%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB3FC4 (or 0xCB3FC4) is known color: Fuchsia. HEX triplet: CB, 3F and C4. RGB value is (203,63,196). Sum of RGB (Red+Green+Blue) = 203+63+196=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FC4 is #34C03B. Grayscale: #777777. Windows color (decimal): -3457084 or 12861387. OLE color: 12861387.

HSL color Cylindrical-coordinate representation of color #CB3FC4: hue angle of 303º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FC4 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 63 196 -
CMYK 0 0.69 0.03 0.20
HSL 303º 0.57% 0.52% -
HSV(B) 303º 0.69% 0.8% -
XYZ 36.37 20.24 54.21 -
YUV 120.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 203 63 196 0 0.69 0.03 0.20 303 0.57 0.52
Hex CB 3F C4 0 45 3 14 12F 39 34
Octal 313 77 304 0 105 3 24 457 71 64
Binary 11001011 111111 11000100 0 1000101 11 10100 100101111 111001 110100

Color Harmonies of #CB3FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FC4

Black with #CB3FC4

Text Example


Text Example

White with #CB3FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FC4; }

 p { color: rgb(203,63,196); }

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

background-color css

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

 a { background-color: rgb(203,63,196); }

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

border-color css

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

 span { border-color: rgb(203,63,196); }

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