Html Css Color HEX #CB2CC4 Fuchsia

📋 copy color: '#CB2CC4'

red 203 ◦ green 44 ◦ blue 196

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

Shades of Fuchsia #CB2CC4

Tints of Fuchsia #CB2CC4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.93%

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

R = 45.82%
G = 9.93%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB2CC4 (or 0xCB2CC4) is known color: Fuchsia. HEX triplet: CB, 2C and C4. RGB value is (203,44,196). Sum of RGB (Red+Green+Blue) = 203+44+196=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CC4 is #34D33B. Grayscale: #6C6C6C. Windows color (decimal): -3461948 or 12856523. OLE color: 12856523.

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

Color convert

RGB 203 44 196 -
CMYK 0 0.78 0.03 0.20
HSL 302.64º 0.64% 0.48% -
HSV(B) 302.64º 0.78% 0.8% -
XYZ 35.49 18.48 53.92 -
YUV 108.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 203 44 196 0 0.78 0.03 0.20 302.64 0.64 0.48
Hex CB 2C C4 0 4E 3 14 12F 40 30
Octal 313 54 304 0 116 3 24 457 100 60
Binary 11001011 101100 11000100 0 1001110 11 10100 100101111 1000000 110000

Color Harmonies of #CB2CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2CC4

Black with #CB2CC4

Text Example


Text Example

White with #CB2CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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