Html Css Color HEX #CF358A Deep Cerise

📋 copy color: '#CF358A'

red 207 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #CF358A

Tints of Deep Cerise #CF358A

RGB

 RED value IS 207 (81.25% from 255) = 52.01%

 GREEN value IS 53 (21.09% from 255) = 13.32%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 52.01%
G = 13.32%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF358A (or 0xCF358A) is known color: Deep Cerise. HEX triplet: CF, 35 and 8A. RGB value is (207,53,138). Sum of RGB (Red+Green+Blue) = 207+53+138=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF358A is #30CA75. Grayscale: #6C6C6C. Windows color (decimal): -3197558 or 9057743. OLE color: 9057743.

HSL color Cylindrical-coordinate representation of color #CF358A: hue angle of 326.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF358A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 138 -
CMYK 0 0.74 0.33 0.19
HSL 326.88º 0.62% 0.51% -
HSV(B) 326.88º 0.74% 0.81% -
XYZ 31.59 17.65 25.79 -
YUV 108.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 207 53 138 0 0.74 0.33 0.19 326.88 0.62 0.51
Hex CF 35 8A 0 4A 21 13 147 3E 33
Octal 317 65 212 0 112 41 23 507 76 63
Binary 11001111 110101 10001010 0 1001010 100001 10011 101000111 111110 110011

Color Harmonies of #CF358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF358A

Black with #CF358A

Text Example


Text Example

White with #CF358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF358A; }

 p { color: rgb(207,53,138); }

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

background-color css

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

 a { background-color: rgb(207,53,138); }

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

border-color css

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

 span { border-color: rgb(207,53,138); }

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